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 ja...@apache.org on 2005/10/10 12:46:50 UTC

svn commit: r312610 - /webservices/axis/trunk/c/tests/auto_build/testcases/tests/

Author: jamejose
Date: Mon Oct 10 03:46:18 2005
New Revision: 312610

URL: http://svn.apache.org/viewcvs?rev=312610&view=rev
Log:
Adding /axis/ to endpoint uri

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_TTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicAll.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicChoice.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedAll.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedChoice.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/Combo_TTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicCheckFaultTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectSOAPFaultTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTestOutOfScope.xml

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench.xml Mon Oct 10 03:46:18 2005
@@ -10,5 +10,5 @@
         </output>
 		<serverResponse>AxisBench_ServerResponse.expected</serverResponse>
     </expected>
-	<endpoint>-e http://localhost:80/AxisBench</endpoint>
+	<endpoint>-e http://localhost:80/axis/AxisBench</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_TTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_TTest.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_TTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/AxisBench_TTest.xml Mon Oct 10 03:46:18 2005
@@ -9,7 +9,7 @@
             AxisBench_TTest.expected
         </output>
     </expected>
-	<endpoint>http://localhost:80/AxisBench</endpoint>
+	<endpoint>http://localhost:80/axis/AxisBench</endpoint>
 	<nomonitor>true</nomonitor>
 	<notrace>true</notrace>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicAll.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicAll.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicAll.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicAll.xml Mon Oct 10 03:46:18 2005
@@ -9,5 +9,5 @@
             BasicAll.expected
         </output>
     </expected>
-	<endpoint>http://localhost:80/BasicAll</endpoint>
+	<endpoint>http://localhost:80/axis/BasicAll</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicChoice.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicChoice.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicChoice.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/BasicChoice.xml Mon Oct 10 03:46:18 2005
@@ -9,5 +9,5 @@
             BasicChoice.expected
         </output>
     </expected>
-	<endpoint>http://localhost:80/BasicChoice</endpoint>
+	<endpoint>http://localhost:80/axis/BasicChoice</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/Calculator.xml Mon Oct 10 03:46:18 2005
@@ -9,5 +9,5 @@
             Calculator.cpp.out
         </output>
     </expected>
-	<endpoint>http://localhost:80/Calculator</endpoint>
+	<endpoint>http://localhost:80/axis/Calculator</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc.xml Mon Oct 10 03:46:18 2005
@@ -9,5 +9,5 @@
             CalculatorDoc.cpp.out
         </output>
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/CalculatorDoc_TTest.xml Mon Oct 10 03:46:18 2005
@@ -9,7 +9,7 @@
             CalculatorDoc_TTest.expected
         </output>	
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 	<nomonitor>true</nomonitor>
 	<notrace>true</notrace>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedAll.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedAll.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedAll.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedAll.xml Mon Oct 10 03:46:18 2005
@@ -10,5 +10,5 @@
         </output>
 	<serverResponse>CombinedAll_ServerResponse.expected</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/CombinedAll</endpoint>
+	<endpoint>http://localhost:80/axis/CombinedAll</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedChoice.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedChoice.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedChoice.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/CombinedChoice.xml Mon Oct 10 03:46:18 2005
@@ -10,5 +10,5 @@
         </output>
 		<serverResponse>CombinedChoice_ServerResponse.expected</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/CombinedChoice</endpoint>
+	<endpoint>http://localhost:80/axis/CombinedChoice</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/Combo_TTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/Combo_TTest.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/Combo_TTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/Combo_TTest.xml Mon Oct 10 03:46:18 2005
@@ -10,7 +10,7 @@
             Combo_TTest.expected
         </output>
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc http://localhost:80/SimpleArrayDoc http://localhost:80/MathOpsDoc http://localhost:80/SimpleTypeArray</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc http://localhost:80/axis/SimpleArrayDoc http://localhost:80/axis/MathOpsDoc http://localhost:80/axis/SimpleTypeArray</endpoint>
 	<nomonitor>true</nomonitor>
 	<verbatim>true</verbatim>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexLists.xml Mon Oct 10 03:46:18 2005
@@ -12,5 +12,5 @@
 			ComplexLists_ServerResponse.expected
 		</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/ComplexLists</endpoint>
+	<endpoint>http://localhost:80/axis/ComplexLists</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAll.xml Mon Oct 10 03:46:18 2005
@@ -12,5 +12,5 @@
 			ComplexTypeAll.request
 		</request>
     </expected>
-	<endpoint>-e http://localhost:80/ComplexTypeAll</endpoint>
+	<endpoint>-e http://localhost:80/axis/ComplexTypeAll</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicCheckFaultTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicCheckFaultTest.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicCheckFaultTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicCheckFaultTest.xml Mon Oct 10 03:46:18 2005
@@ -10,5 +10,5 @@
             DynamicCheckFaultTest.expected
         </output>	        
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectSOAPFaultTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectSOAPFaultTest.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectSOAPFaultTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetAnyObjectSOAPFaultTest.xml Mon Oct 10 03:46:18 2005
@@ -10,5 +10,5 @@
             DynamicGetAnyObjectSOAPFaultTest.expected
         </output>        	
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTest.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTest.xml Mon Oct 10 03:46:18 2005
@@ -13,5 +13,5 @@
 			DynamicGet_AddAnyObjectTestServerResponse.expected
 	</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTestOutOfScope.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTestOutOfScope.xml?rev=312610&r1=312609&r2=312610&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTestOutOfScope.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTestOutOfScope.xml Mon Oct 10 03:46:18 2005
@@ -10,5 +10,5 @@
             DynamicGet_AddAnyObjectTestOutOfScope.expected
         </output>        	
     </expected>
-	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
 </test>