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 2006/06/06 08:39:33 UTC

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

Author: chinthaka
Date: Mon Jun  5 23:39:32 2006
New Revision: 412021

URL: http://svn.apache.org/viewvc?rev=412021&view=rev
Log:
Testing port was commited, by mistake

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

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceFaultTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceFaultTest.java?rev=412021&r1=412020&r2=412021&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceFaultTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/engine/ServiceFaultTest.java Mon Jun  5 23:39:32 2006
@@ -57,8 +57,8 @@
                         operationName);
         UtilServer.deployService(service);
         targetEPR = new EndpointReference(
-//                "http://127.0.0.1:" + (UtilServer.TESTING_PORT)
-                "http://127.0.0.1:5556"
+                "http://127.0.0.1:" + (UtilServer.TESTING_PORT)
+//                "http://127.0.0.1:5556"
                         + "/axis2/services/" + serviceName.getLocalPart() + "/" + operationName.getLocalPart());
     }
 



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