From: gmungoc Date: Wed, 26 Aug 2015 14:25:54 +0000 (+0100) Subject: JAL-1270 corrected path to test properties file X-Git-Tag: Jalview_2_9~10^2~21 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=69b0d9b0987b7b12a1168b1d6637d5c2c2a70852;p=jalview.git JAL-1270 corrected path to test properties file --- diff --git a/test/jalview/ws/rest/RestClientTest.java b/test/jalview/ws/rest/RestClientTest.java index 0c96c48..7525acb 100644 --- a/test/jalview/ws/rest/RestClientTest.java +++ b/test/jalview/ws/rest/RestClientTest.java @@ -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.");