X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fjalview%2Fgui%2FJAL1353bugdemo.java;h=9d0cedbae4a7c13fb2be301a96708d19177e3f7f;hb=82a6c8e2e25b7534168b68b2c89b9cf195f815a5;hp=7acd84358fa1c3be6e46275c297d95db1afd0119;hpb=d672898c8f121dac47aae79a12e7ddc3014caeff;p=jalview.git diff --git a/test/jalview/gui/JAL1353bugdemo.java b/test/jalview/gui/JAL1353bugdemo.java index 7acd843..9d0cedb 100644 --- a/test/jalview/gui/JAL1353bugdemo.java +++ b/test/jalview/gui/JAL1353bugdemo.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * Copyright (C) 2014 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -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();