JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / ws / gui / Jws2ParamView.java
index 4c67d25..5ff4aed 100644 (file)
@@ -30,9 +30,8 @@ import java.util.List;
 import javax.swing.JFrame;
 import javax.swing.JPanel;
 
-import org.junit.BeforeClass;
-import org.junit.Ignore;
-import org.junit.Test;
+import org.testng.annotations.BeforeClass;
+import org.testng.annotations.Test;
 
 import compbio.metadata.Preset;
 import compbio.metadata.PresetManager;
@@ -74,8 +73,8 @@ public class Jws2ParamView
    * This test marked Ignore as it appears to need user action to complete
    * rather than hang
    */
-  @Test
-  @Ignore
+
+  @Test(enabled = false)
   public void testJws2Gui()
   {
     Iterator<String> presetEnum = presetTests.iterator();