X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Frio%2FTestRIO.java;h=fa704b7a3b352f82243eacab2bc11ba4df7b4d4d;hb=9c3a223ef0fd72affdb9f4e40845d1e3ebe52f90;hp=2fdfc09b1c76a409b5c7480cd2d98cae72be3549;hpb=6062dfb954cafb6af22e01af89222888d9d5ba66;p=jalview.git diff --git a/forester/java/src/org/forester/rio/TestRIO.java b/forester/java/src/org/forester/rio/TestRIO.java index 2fdfc09..fa704b7 100644 --- a/forester/java/src/org/forester/rio/TestRIO.java +++ b/forester/java/src/org/forester/rio/TestRIO.java @@ -18,7 +18,7 @@ import org.forester.util.ForesterUtil; public final class TestRIO { private final static String PATH_TO_TEST_DATA = System.getProperty( "user.dir" ) + ForesterUtil.getFileSeparator() - + "test_data" + ForesterUtil.getFileSeparator(); + + "test_data" + ForesterUtil.getFileSeparator(); public static void main( final String[] args ) { if ( !testRIO_GSDIR() ) {