diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-09 08:36:44 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2011-06-09 08:36:44 +0000 |
commit | 0de1e5126516b79e813e2d326499fd3a8d64a67c (patch) | |
tree | 337f6821f49a25d1ddbfac08b617580c53a90ad7 /sca-java-2.x/trunk/testing/itest/nodes | |
parent | 0fdc29432a510c09d6175a92557251c31cd58c9c (diff) |
Update with JIRA number for issue
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1133715 13f79535-47bb-0310-9956-ffa450edef68
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"));
}
}
|