JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / ws / jabaws / JalviewJabawsTestUtils.java
index 72fa7a4..546ba90 100644 (file)
@@ -25,10 +25,9 @@ import static org.junit.Assert.fail;
 
 import java.util.Vector;
 
-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;
 
 import jalview.ws.jws2.Jws2Discoverer;
 
@@ -52,8 +51,7 @@ public class JalviewJabawsTestUtils
   { "http://localhost:8080/jabaws",
       "http://www.compbio.dundee.ac.uk/jabaws" };
 
-  @Test
-  @Ignore
+  @Test(enabled = false)
   public void testAnnotExport()
   {
     fail("Not yet implemented");