diff options
Diffstat (limited to 'sca-java-2.x/trunk/testing/itest/nodes')
-rw-r--r-- | sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java b/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java index 910f219bcc..933b9f1bea 100644 --- a/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java +++ b/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java @@ -56,6 +56,7 @@ public class StopStartTestCase { String remoteNode = nodes.get(0);
node1.startComposite(curi, "Helloworld.composite", remoteNode);
+// TUSCANY-3870: this next invoke doesn't work:
// Assert.assertEquals("Hello Amelia", node1.getService(HelloworldService.class, "HelloworldComponent").sayHello("Amelia"));
}
}
|