JAL-1805 test envirionment separation
[jalview.git] / test / jalview / ws / rest / RestClientTest.java
index 325febc..0c96c48 100644 (file)
@@ -1,17 +1,19 @@
 package jalview.ws.rest;
 
 import static org.testng.AssertJUnit.assertEquals;
-import org.testng.annotations.Test;
-import java.util.Vector;
 
 import jalview.bin.Cache;
 
+import java.util.Vector;
+
+import org.testng.annotations.Test;
+
 public class RestClientTest
 {
   /**
    * Refactored 'as is' from main method
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testGetRestClient()
   {
     /*