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 ch...@apache.org on 2005/12/23 10:30:22 UTC

svn commit: r358783 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java

Author: chinthaka
Date: Fri Dec 23 01:30:15 2005
New Revision: 358783

URL: http://svn.apache.org/viewcvs?rev=358783&view=rev
Log:
Fixing the build. 
PLEASE DO NOT CHANGE THE TESTING PORT AND COMMIT :(.

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java?rev=358783&r1=358782&r2=358783&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceGroupContextTest.java Fri Dec 23 01:30:15 2005
@@ -53,8 +53,7 @@
      */
 
     protected EndpointReference targetEPR = new EndpointReference("http://127.0.0.1:" +
-            (5000) +
-//            (UtilServer.TESTING_PORT) +
+            (UtilServer.TESTING_PORT) +
             "/axis/services/RequestCounter");
     protected Log log = LogFactory.getLog(getClass());
     protected QName serviceName = new QName("RequestCounter");