JAL-1805 modified test setup's so the are ran for groups which requires them
[jalview.git] / test / jalview / ws / gui / Jws2ParamView.java
index a3ae56d..41ead2f 100644 (file)
@@ -62,7 +62,7 @@ public class Jws2ParamView
 
   public static Jws2Discoverer disc = null;
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
     Cache.initLogger();
@@ -74,7 +74,8 @@ public class Jws2ParamView
    * rather than hang
    */
 
-  @Test(enabled = false)
+  @Test(groups =
+  { "Interactive" }, enabled = true)
   public void testJws2Gui()
   {
     Iterator<String> presetEnum = presetTests.iterator();