X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=test%2Fjalview%2Fgui%2FJAL1353bugdemo.java;h=e90e3d9aa2d788eae47a24658ec6dc52d9558031;hb=8bbcfb93404decd6d660ca32b69a29f8a1f34e82;hp=55cf0f5c50bba8ce8820ea01ab852c9119768223;hpb=ab43013b7e357b84b4abade0dba949668dfb2a0e;p=jalview.git diff --git a/test/jalview/gui/JAL1353bugdemo.java b/test/jalview/gui/JAL1353bugdemo.java index 55cf0f5..e90e3d9 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.2b1) - * 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,15 +35,14 @@ 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 { } @@ -55,9 +54,8 @@ public class JAL1353bugdemo volatile boolean finish = false; - @Test - @Ignore - // comment out @Ignore to enable this test + @Test(groups = + { "Functional" }, enabled = false) public void test() { Cache.initLogger();