JAL-1338 note added #fridaycommits not actually connected with JAL-1138
[jalview.git] / test / jalview / ws / jabaws / MinJabawsClientTests.java
index 5c9a192..a938dd6 100644 (file)
@@ -1,18 +1,14 @@
 package jalview.ws.jabaws;
 
-import static org.junit.Assert.*;
+import static org.junit.Assert.assertEquals;
+import static org.junit.Assert.fail;
 
 import java.util.ArrayList;
 import java.util.List;
 import java.util.function.Consumer;
 
-import jalview.ws.jws2.jabaws2.Jws2Instance;
-import jalview.ws.jws2.jabaws2.Jws2InstanceFactory;
-
 import org.junit.Test;
 
-import compbio.data.msa.Category;
-import compbio.data.msa.JABAService;
 import compbio.data.msa.MsaWS;
 import compbio.data.msa.RegistryWS;
 import compbio.data.sequence.FastaSequence;
@@ -22,6 +18,10 @@ import compbio.ws.client.Services;
 
 public class MinJabawsClientTests {
 
+       /**
+        * simple test for the benefit of JAL-1338
+        * @throws Exception
+        */
        @SuppressWarnings("rawtypes")
        @Test
        public void msaTest() throws Exception {