From: jprocter Date: Thu, 2 Aug 2012 11:55:05 +0000 (+0100) Subject: JWS-47 patch test to default local JABAWS server and source tidy X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=419873e633206d0dd0284bf8e15973c13190de47;p=jabaws.git JWS-47 patch test to default local JABAWS server and source tidy --- diff --git a/testsrc/compbio/ws/client/TestIUPredWS.java b/testsrc/compbio/ws/client/TestIUPredWS.java index 56533fa..158b9ae 100644 --- a/testsrc/compbio/ws/client/TestIUPredWS.java +++ b/testsrc/compbio/ws/client/TestIUPredWS.java @@ -53,7 +53,7 @@ public class TestIUPredWS { * Annotation.class); */try { JABAService client = Jws2Client.connect( - "http://localhost:18080/jaba", Services.IUPredWS); + "http://localhost:8080/jabaws", Services.IUPredWS); msaws = (SequenceAnnotation) client; } catch (ConnectException e) { e.printStackTrace(); @@ -77,7 +77,6 @@ public class TestIUPredWS { try { List> opts=new ArrayList>(); opts.add(msaws.getRunnerOptions().getArgumentByOptionName("Long")); - String jobId = msaws.customAnalize(fsl,opts); System.out.println("J: " + jobId); ScoreManager result = msaws.getAnnotation(jobId);