JAL-1853 make getVisibleSeqs more memory efficient by clipping sequences as the seque...
[jalview.git] / test / jalview / ws / rest / RestClientTest.java
index 70071a5..7525acb 100644 (file)
@@ -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.");