JAL-1805 modified test setup's so the are ran for groups which requires them
[jalview.git] / test / jalview / ws / jabaws / JalviewJabawsTestUtils.java
index 546ba90..08bb405 100644 (file)
@@ -23,18 +23,18 @@ package jalview.ws.jabaws;
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 
+import jalview.ws.jws2.Jws2Discoverer;
+
 import java.util.Vector;
 
 import org.testng.annotations.AfterClass;
 import org.testng.annotations.BeforeClass;
 import org.testng.annotations.Test;
 
-import jalview.ws.jws2.Jws2Discoverer;
-
 public class JalviewJabawsTestUtils
 {
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
   }
@@ -51,7 +51,8 @@ public class JalviewJabawsTestUtils
   { "http://localhost:8080/jabaws",
       "http://www.compbio.dundee.ac.uk/jabaws" };
 
-  @Test(enabled = false)
+  @Test(groups =
+  { "Functional" }, enabled = false)
   public void testAnnotExport()
   {
     fail("Not yet implemented");