git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5598fe7
)
JAL-1270 corrected path to test properties file
author
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 26 Aug 2015 14:25:54 +0000
(15:25 +0100)
committer
gmungoc
<g.m.carstairs@dundee.ac.uk>
Wed, 26 Aug 2015 14:25:54 +0000
(15:25 +0100)
test/jalview/ws/rest/RestClientTest.java
patch
|
blob
|
history
diff --git
a/test/jalview/ws/rest/RestClientTest.java
b/test/jalview/ws/rest/RestClientTest.java
index
0c96c48
..
7525acb
100644
(file)
--- 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.");