You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by th...@apache.org on 2006/11/27 08:55:22 UTC

svn commit: r479535 - /webservices/kandula/trunk/java/test/org/apache/kandula/integration/CompletionCommitTest.java

Author: thilina
Date: Sun Nov 26 23:55:21 2006
New Revision: 479535

URL: http://svn.apache.org/viewvc?view=rev&rev=479535
Log:
ooops... Fixing the correct port

Modified:
    webservices/kandula/trunk/java/test/org/apache/kandula/integration/CompletionCommitTest.java

Modified: webservices/kandula/trunk/java/test/org/apache/kandula/integration/CompletionCommitTest.java
URL: http://svn.apache.org/viewvc/webservices/kandula/trunk/java/test/org/apache/kandula/integration/CompletionCommitTest.java?view=diff&rev=479535&r1=479534&r2=479535
==============================================================================
--- webservices/kandula/trunk/java/test/org/apache/kandula/integration/CompletionCommitTest.java (original)
+++ webservices/kandula/trunk/java/test/org/apache/kandula/integration/CompletionCommitTest.java Sun Nov 26 23:55:21 2006
@@ -44,7 +44,7 @@
 		stub = new KandulaDemoServiceStub(
 				"target/initiator-repository",
 				new EndpointReference(
-						"http://localhost:8082/axis2/services/KandulaDemoService"));
+						"http://localhost:8081/axis2/services/KandulaDemoService"));
 	}
 
 	public CompletionCommitTest(String testName) throws Exception {
@@ -52,7 +52,7 @@
 		stub = new KandulaDemoServiceStub(
 				"target/initiator-repository",
 				new EndpointReference(
-						"http://localhost:8082/axis2/services/KandulaDemoService"));
+						"http://localhost:8081/axis2/services/KandulaDemoService"));
 	}
 
 	protected void setUp() throws Exception {



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