From 4d2adbbd9b1d4ae2f890be663d4b18297517950a Mon Sep 17 00:00:00 2001 From: antelder Date: Mon, 8 Jun 2009 10:46:38 +0000 Subject: Remove now redundant comments git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782590 13f79535-47bb-0310-9956-ffa450edef68 --- .../nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'java/sca') diff --git a/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java b/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java index c4584ac03d..80b71cab29 100644 --- a/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java +++ b/java/sca/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java @@ -52,9 +52,6 @@ public class TwoNodesTestCase{ @Test public void testCalculator() throws Exception { - - // Ideally this would use the SCAClient API but leaving that tillwe have the basics working - Helloworld service = serviceNode.getService(Helloworld.class, "HelloworldService"); assertNotNull(service); assertEquals("Hello Petra", service.sayHello("Petra")); @@ -66,8 +63,6 @@ public class TwoNodesTestCase{ @Test public void testCalculatorClientAPI() throws Exception { - - // Ideally this would use the SCAClient API but leaving that tillwe have the basics working SCAClient scaClient = SCAClientFactory.newInstance(); Helloworld service = scaClient.getService(Helloworld.class, "HelloworldService", null); assertNotNull(service); -- cgit v1.2.3