JAL-1270 corrected path to test properties file
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 26 Aug 2015 14:25:54 +0000 (15:25 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Wed, 26 Aug 2015 14:25:54 +0000 (15:25 +0100)
test/jalview/ws/rest/RestClientTest.java

index 0c96c48..7525acb 100644 (file)
@@ -19,7 +19,7 @@ public class RestClientTest
     /*
      * Load test properties file (readonly) so as not to overwrite the real one
      */
-    Cache.loadProperties("test/src/jalview/io/testProps.jvprops");
+    Cache.loadProperties("test/jalview/io/testProps.jvprops");
 
     RestClient[] clients = RestClient.getRestClients();
     System.out.println("Got " + clients.length + " clients.");