Merge branch 'apifix/JAL-1926_JAL-2106' into develop
[jalview.git] / test / jalview / gui / JAL1353bugdemo.java
index 4a17622..9d0cedb 100644 (file)
@@ -42,19 +42,19 @@ import org.testng.annotations.Test;
 public class JAL1353bugdemo
 {
 
-  @BeforeClass
+  @BeforeClass(alwaysRun = true)
   public static void setUpBeforeClass() throws Exception
   {
   }
 
-  @AfterClass
+  @AfterClass(alwaysRun = true)
   public static void tearDownAfterClass() throws Exception
   {
   }
 
   volatile boolean finish = false;
 
-  @Test(enabled = false)
+  @Test(groups = { "Functional" }, enabled = false)
   public void test()
   {
     Cache.initLogger();