merge from develop
[jalview.git] / 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.");