summaryrefslogtreecommitdiffstats
path: root/java/sca/itest/nodes
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-08 10:46:38 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-06-08 10:46:38 +0000
commit4d2adbbd9b1d4ae2f890be663d4b18297517950a (patch)
tree9535c3da6c9aecb8320bd0fd2ab25ba051015125 /java/sca/itest/nodes
parent586665176220b1fc44db3c6228605931b2a5f9b5 (diff)
Remove now redundant comments
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@782590 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/itest/nodes')
-rw-r--r--java/sca/itest/nodes/two-nodes-test/src/test/java/itest/TwoNodesTestCase.java5
1 files changed, 0 insertions, 5 deletions
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);