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 05:00:29 UTC

svn commit: r549337 - /incubator/tuscany/java/sca/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java

Author: jsdelfino
Date: Wed Jun 20 20:00:28 2007
New Revision: 549337

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

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

Modified: incubator/tuscany/java/sca/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java?view=diff&rev=549337&r1=549336&r2=549337
==============================================================================
--- incubator/tuscany/java/sca/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java (original)
+++ incubator/tuscany/java/sca/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java Wed Jun 20 20:00:28 2007
@@ -51,7 +51,7 @@
     public void testService() throws Exception {
         // Call the echo server. This will dispatch the call to a service with an 
         // echo binding. The echo binding will pass the call to the echo component.
-        String echoString = EchoServer.getServer().sendReceive("EchoComponent/EchoService", "bar");
+        String echoString = EchoServer.getServer().sendReceive("http://tempuri.org", "bar");
         assertEquals(echoString, "bar");
     }
 }



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