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 ch...@apache.org on 2005/09/21 05:54:53 UTC

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

Author: chinthaka
Date: Tue Sep 20 20:54:45 2005
New Revision: 290612

URL: http://svn.apache.org/viewcvs?rev=290612&view=rev
Log:
Removing wrong testing port

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=290612&r1=290611&r2=290612&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 Tue Sep 20 20:54:45 2005
@@ -40,8 +40,7 @@
  */
 public class ServiceGroupContextTest extends TestCase {
     protected EndpointReference targetEPR = new EndpointReference("http://127.0.0.1:" +
-                                                                  (5556) +
-//                                                                  (UtilServer.TESTING_PORT) +
+                                                                  (UtilServer.TESTING_PORT) +
                                                                   "/axis/services/RequestCounter");
     protected Log log = LogFactory.getLog(getClass());
     protected QName serviceName = new QName("RequestCounter");