JAL-1270 JUnit to TestNG refactoring
[jalview.git] / test / jalview / ws / jabaws / JalviewJabawsTestUtils.java
index c2b483a..546ba90 100644 (file)
@@ -22,13 +22,14 @@ package jalview.ws.jabaws;
 
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
-import jalview.ws.jws2.Jws2Discoverer;
 
 import java.util.Vector;
 
-import org.junit.AfterClass;
-import org.junit.BeforeClass;
-import org.junit.Test;
+import org.testng.annotations.AfterClass;
+import org.testng.annotations.BeforeClass;
+import org.testng.annotations.Test;
+
+import jalview.ws.jws2.Jws2Discoverer;
 
 public class JalviewJabawsTestUtils
 {
@@ -46,10 +47,11 @@ public class JalviewJabawsTestUtils
   /**
    * test servers
    */
-  public static String[] serviceUrls = new String[]
-  { "http://localhost:8080/jabaws" };
+  private static String[] serviceUrls = new String[]
+  { "http://localhost:8080/jabaws",
+      "http://www.compbio.dundee.ac.uk/jabaws" };
 
-  @Test
+  @Test(enabled = false)
   public void testAnnotExport()
   {
     fail("Not yet implemented");