ooops... Fixing the correct port

diff --git a/test/org/apache/kandula/integration/CompletionCommitTest.java b/test/org/apache/kandula/integration/CompletionCommitTest.java
index d398766..f4d1319 100644
--- a/test/org/apache/kandula/integration/CompletionCommitTest.java
+++ b/test/org/apache/kandula/integration/CompletionCommitTest.java
@@ -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 {