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 ke...@apache.org on 2007/03/01 13:57:24 UTC

svn commit: r513298 - /webservices/axis2/trunk/java/modules/integration/test/samples/wsdl/perf/PerfPortTypeTest.java

Author: keithc
Date: Thu Mar  1 04:57:23 2007
New Revision: 513298

URL: http://svn.apache.org/viewvc?view=rev&rev=513298
Log:
Fixing test failure

Modified:
    webservices/axis2/trunk/java/modules/integration/test/samples/wsdl/perf/PerfPortTypeTest.java

Modified: webservices/axis2/trunk/java/modules/integration/test/samples/wsdl/perf/PerfPortTypeTest.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/integration/test/samples/wsdl/perf/PerfPortTypeTest.java?view=diff&rev=513298&r1=513297&r2=513298
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/samples/wsdl/perf/PerfPortTypeTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/samples/wsdl/perf/PerfPortTypeTest.java Thu Mar  1 04:57:23 2007
@@ -34,7 +34,7 @@
 
     private String targetEpr = "http://127.0.0.1:" +
             UtilServer.TESTING_PORT +
-            "/axis2/services/PerfPortType.PerfPortTypeSOAP12port/handleStringArray";
+            "/axis2/services/PerfPortType.Performance/handleStringArray";
 
     public PerfPortTypeTest() {
         super();



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