You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2007/06/21 04:56:47 UTC

svn commit: r549335 - /incubator/tuscany/java/sca/samples/binding-echo-extension/src/test/java/echo/EchoServiceTestCase.java

Author: jsdelfino
Date: Wed Jun 20 19:56:47 2007
New Revision: 549335

URL: http://svn.apache.org/viewvc?view=rev&rev=549335
Log:
Fixed binding URI in test case.

Modified:
    incubator/tuscany/java/sca/samples/binding-echo-extension/src/test/java/echo/EchoServiceTestCase.java

Modified: incubator/tuscany/java/sca/samples/binding-echo-extension/src/test/java/echo/EchoServiceTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo-extension/src/test/java/echo/EchoServiceTestCase.java?view=diff&rev=549335&r1=549334&r2=549335
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo-extension/src/test/java/echo/EchoServiceTestCase.java (original)
+++ incubator/tuscany/java/sca/samples/binding-echo-extension/src/test/java/echo/EchoServiceTestCase.java Wed Jun 20 19:56:47 2007
@@ -40,7 +40,7 @@
     }
 
     public void testEchoBinding() throws Exception {
-        String result = EchoServer.getServer().sendReceive("EchoComponent/EchoService", "foo");
+        String result = EchoServer.getServer().sendReceive("http://tempuri.org", "foo");
         assertEquals(result, "foo");
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org