X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=test%2Fjalview%2Fws%2Fjabaws%2FJalviewJabawsTestUtils.java;h=72fa7a489968784ad70bf95209e49e75ee09d568;hb=de75573aa38c4b40686256d4332c3a069b6a98ca;hp=295c3bf75329bdcdab187819d6002aae23e11318;hpb=e33911e748178b34692186679eda1c49aa17e56f;p=jalview.git diff --git a/test/jalview/ws/jabaws/JalviewJabawsTestUtils.java b/test/jalview/ws/jabaws/JalviewJabawsTestUtils.java index 295c3bf..72fa7a4 100644 --- a/test/jalview/ws/jabaws/JalviewJabawsTestUtils.java +++ b/test/jalview/ws/jabaws/JalviewJabawsTestUtils.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2) - * 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. * @@ -20,15 +20,18 @@ */ package jalview.ws.jabaws; -import static org.junit.Assert.*; -import jalview.ws.jws2.Jws2Discoverer; +import static org.junit.Assert.assertTrue; +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 jalview.ws.jws2.Jws2Discoverer; + public class JalviewJabawsTestUtils { @@ -45,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"); @@ -73,7 +78,7 @@ public class JalviewJabawsTestUtils services.add(url); } ; - Jws2Discoverer.setServiceUrls(services); + Jws2Discoverer.getDiscoverer().setServiceUrls(services); } try {