From 69b0d9b0987b7b12a1168b1d6637d5c2c2a70852 Mon Sep 17 00:00:00 2001 From: gmungoc Date: Wed, 26 Aug 2015 15:25:54 +0100 Subject: [PATCH] JAL-1270 corrected path to test properties file --- test/jalview/ws/rest/RestClientTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."); -- 1.7.10.2