X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fgui%2FJAL1353bugdemo.java;fp=test%2Fjalview%2Fgui%2FJAL1353bugdemo.java;h=4a1762249c5446534aa92b1b2c5488b7c41ff23c;hb=44e5428356c618d139354d02bbfc2f9008ae50b6;hp=b46a52ffc39aab067378dbaafc397d26f517b2e0;hpb=4740ac2539b6c62c36a0c79ec6880237e50ea3f4;p=jalview.git diff --git a/test/jalview/gui/JAL1353bugdemo.java b/test/jalview/gui/JAL1353bugdemo.java index b46a52f..4a17622 100644 --- a/test/jalview/gui/JAL1353bugdemo.java +++ b/test/jalview/gui/JAL1353bugdemo.java @@ -35,10 +35,9 @@ 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 { @@ -55,9 +54,7 @@ public class JAL1353bugdemo volatile boolean finish = false; - @Test - @Ignore - // comment out @Ignore to enable this test + @Test(enabled = false) public void test() { Cache.initLogger();