From 419873e633206d0dd0284bf8e15973c13190de47 Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 2 Aug 2012 12:55:05 +0100 Subject: [PATCH] JWS-47 patch test to default local JABAWS server and source tidy --- testsrc/compbio/ws/client/TestIUPredWS.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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); -- 1.7.10.2