JAL-1805 modified test setup's so the are ran for groups which requires them
[jalview.git] / test / jalview / ws / gui / Jws2ParamView.java
index b22f0f7..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();
@@ -75,7 +75,7 @@ public class Jws2ParamView
    */
 
   @Test(groups =
-  { "Functional" }, enabled = false)
+  { "Interactive" }, enabled = true)
   public void testJws2Gui()
   {
     Iterator<String> presetEnum = presetTests.iterator();