You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ru...@apache.org on 2006/07/01 07:08:20 UTC

svn commit: r418440 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/rahas/TestClient.java

Author: ruchithf
Date: Fri Jun 30 22:08:19 2006
New Revision: 418440

URL: http://svn.apache.org/viewvc?rev=418440&view=rev
Log:
Oops... thanks Chamikara :-)

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/rahas/TestClient.java

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/rahas/TestClient.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/rahas/TestClient.java?rev=418440&r1=418439&r2=418440&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/rahas/TestClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/rahas/TestClient.java Fri Jun 30 22:08:19 2006
@@ -34,7 +34,7 @@
 
 public abstract class TestClient extends TestCase {
     
-    protected int port = 5556; //UtilServer.TESTING_PORT;
+    protected int port = UtilServer.TESTING_PORT;
     
     public TestClient(String name) {
         super(name);



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