JAL-1551 tidy
[jalview.git] / test / jalview / ws / jabaws / DisorderAnnotExportImport.java
index 7b998c6..557ef7e 100644 (file)
@@ -40,7 +40,7 @@ import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 
-@Test(groups = { "Network" })
+@Test(groups = { "External" })
 public class DisorderAnnotExportImport
 {
   public static String testseqs = "examples/uniref50.fa";
@@ -81,7 +81,7 @@ public class DisorderAnnotExportImport
     {
       af.setVisible(false);
       af.dispose();
-      af=null;
+      af = null;
     }
   }