Merge branch 'bug/JAL-1775' into develop
[jalview.git] / test / jalview / ws / jabaws / JalviewJabawsTestUtils.java
index fb73c10..72fa7a4 100644 (file)
@@ -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.
  * 
@@ -22,14 +22,16 @@ 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.Ignore;
 import org.junit.Test;
 
+import jalview.ws.jws2.Jws2Discoverer;
+
 public class JalviewJabawsTestUtils
 {
 
@@ -46,10 +48,12 @@ 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
+  @Ignore
   public void testAnnotExport()
   {
     fail("Not yet implemented");