You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2006/04/06 08:54:46 UTC

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

Author: ruchithf
Date: Wed Apr  5 23:54:45 2006
New Revision: 391917

URL: http://svn.apache.org/viewcvs?rev=391917&view=rev
Log:
Oops :-)

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

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java?rev=391917&r1=391916&r2=391917&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/security/rahas/TestClient.java Wed Apr  5 23:54:45 2006
@@ -48,7 +48,7 @@
 public abstract class TestClient extends TestCase {
     
     private static final String AXIS2_ECHO_STRING = "Axis2 Echo String";
-    protected int port = 5556; //UtilServer.TESTING_PORT;
+    protected int port = UtilServer.TESTING_PORT;
     private QName rahasModule = new QName("rahas");
     
     public TestClient(String name) {