X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fgui%2FJAL1353bugdemo.java;h=f325f81a55217be1c23f7b32d9e68714553b989c;hb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;hp=b46a52ffc39aab067378dbaafc397d26f517b2e0;hpb=ad15cff29620f960119f80176f1fd443da9f6763;p=jalview.git diff --git a/test/jalview/gui/JAL1353bugdemo.java b/test/jalview/gui/JAL1353bugdemo.java index b46a52f..f325f81 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-Rel$$) - * Copyright (C) $$Year-Rel$$ The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) + * Copyright (C) 2015 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,7 @@ 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();