Author: antelder
Date: Thu Jun  9 08:36:44 2011
New Revision: 1133715

URL: http://svn.apache.org/viewvc?rev=1133715&view=rev
Log:
Update with JIRA number for issue

Modified:
    
tuscany/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java

Modified: 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java
URL: 
http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java?rev=1133715&r1=1133714&r2=1133715&view=diff
==============================================================================
--- 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java
 (original)
+++ 
tuscany/sca-java-2.x/trunk/testing/itest/nodes/remote-stop-start/src/test/java/test/scaclient/StopStartTestCase.java
 Thu Jun  9 08:36:44 2011
@@ -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"));
     }
 }


Reply via email to