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 di...@apache.org on 2006/02/23 16:07:45 UTC

svn commit: r380138 - in /webservices/axis/trunk/c/tests/auto_build/testcases/tests: InOut.xml InOut_Linked.xml

Author: dicka
Date: Thu Feb 23 07:07:43 2006
New Revision: 380138

URL: http://svn.apache.org/viewcvs?rev=380138&view=rev
Log:
Wrong endpoint specified for InOut and InOut_Linked testcases.

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut.xml?rev=380138&r1=380137&r2=380138&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut.xml Thu Feb 23 07:07:43 2006
@@ -12,5 +12,5 @@
 	    InOut_ServerResponse.expected
 	</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/InOut</endpoint>
+	<endpoint>http://localhost:80/axis/InOut</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml?rev=380138&r1=380137&r2=380138&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/InOut_Linked.xml Thu Feb 23 07:07:43 2006
@@ -12,6 +12,6 @@
 	    InOut_ServerResponse.expected
 	</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/InOut</endpoint>
+	<endpoint>http://localhost:80/axis/InOut</endpoint>
 	<stubAsLibrary>true</stubAsLibrary>
 </test>