summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java')
-rw-r--r--branches/sca-java-1.x/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java b/branches/sca-java-1.x/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java
index 1a597fc80f..0f4961d3fd 100644
--- a/branches/sca-java-1.x/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java
+++ b/branches/sca-java-1.x/samples/binding-echo/src/test/java/echo/EchoBindingTestCase.java
@@ -51,7 +51,7 @@ public class EchoBindingTestCase extends TestCase {
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("http://tempuri.org", "bar");
+ String echoString = EchoServer.getServer().sendReceive("http://example.com/temp", "bar");
assertEquals(echoString, "bar");
}
}