JAL-1805 test envirionment separation
[jalview.git] / test / jalview / ws / jabaws / MinJabawsClientTests.java
index 244ee4f..61f8203 100644 (file)
@@ -1,11 +1,13 @@
 package jalview.ws.jabaws;
 
 import static org.testng.AssertJUnit.assertEquals;
-import org.testng.annotations.Test;
-import org.testng.Assert;
+
 import java.util.ArrayList;
 import java.util.List;
 
+import org.testng.Assert;
+import org.testng.annotations.Test;
+
 import compbio.data.msa.MsaWS;
 import compbio.data.msa.RegistryWS;
 import compbio.data.sequence.FastaSequence;
@@ -13,14 +15,16 @@ import compbio.metadata.JobStatus;
 import compbio.ws.client.Jws2Client;
 import compbio.ws.client.Services;
 
-public class MinJabawsClientTests {
+public class MinJabawsClientTests
+{
 
        /**
         * simple test for the benefit of JAL-1338
         * @throws Exception
         */
        @SuppressWarnings("rawtypes")
-       @Test
+  @Test(groups =
+  { "Network" })
        public void msaTest() throws Exception {
                String url;
                RegistryWS registry = Jws2Client