Merge branch 'apifix/JAL-1926_JAL-2106' into develop
[jalview.git] / test / jalview / gui / JAL1353bugdemo.java
index b46a52f..9d0cedb 100644 (file)
@@ -35,29 +35,26 @@ import javax.swing.JMenu;
 import javax.swing.JMenuItem;
 import javax.swing.JTextArea;
 
-import org.junit.AfterClass;
-import org.junit.BeforeClass;
-import org.junit.Ignore;
-import org.junit.Test;
+import org.testng.annotations.AfterClass;
+import org.testng.annotations.BeforeClass;
+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
-  @Ignore
-  // comment out @Ignore to enable this test
+  @Test(groups = { "Functional" }, enabled = false)
   public void test()
   {
     Cache.initLogger();