JAL-1805 modified test setup's so the are ran for groups which requires them
[jalview.git] / test / jalview / ws / jabaws / DisorderAnnotExportImport.java
index 470c39b..35110a4 100644 (file)
@@ -52,7 +52,7 @@ public class DisorderAnnotExportImport
 
   public static jalview.gui.AlignFrame af = null;
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
 
@@ -86,7 +86,7 @@ public class DisorderAnnotExportImport
   /**
    * test for patches to JAL-1294
    */
-  @Test
+  @Test(groups ={ "Functional" })
   public void testDisorderAnnotExport()
   {
     disorderClient = new AADisorderClient(iupreds.get(0), af, null, null);