X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fws%2Frest%2FRestClientTest.java;h=7525acb1edd4a0982c13941488b1e6324ed5e4aa;hb=29134e3225e8fd45d5c2c3067e79779577997f51;hp=70071a565c24e9c720e47a97d39d002c30776352;hpb=c93b9ad2ebfab4cad4608a8890132918589576be;p=jalview.git diff --git a/test/jalview/ws/rest/RestClientTest.java b/test/jalview/ws/rest/RestClientTest.java index 70071a5..7525acb 100644 --- a/test/jalview/ws/rest/RestClientTest.java +++ b/test/jalview/ws/rest/RestClientTest.java @@ -13,13 +13,13 @@ public class RestClientTest /** * Refactored 'as is' from main method */ - @Test + @Test(groups ={ "Functional" }) public void testGetRestClient() { /* * 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.");