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/07 13:39:51 UTC

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

Author: jamejose
Date: Fri Oct  7 04:39:24 2005
New Revision: 307090

URL: http://svn.apache.org/viewcvs?rev=307090&view=rev
Log:
removed /axis from the endpoint

Modified:
    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/DynamicGetNamespacePrefixTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetSOAPSerializerTest.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
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSOAPVersionTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest1.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest2.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/Enumeration.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ExceptionTestDoc.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingDoc.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingRepeatedDoc.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/General_TTest.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest01.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest02.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest03.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest04.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest05.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest06.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest07.xml

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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -10,5 +10,5 @@
         </output>
 	<serverResponse>CombinedAll_ServerResponse.expected</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/axis/CombinedAll</endpoint>
+	<endpoint>http://localhost:80/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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -10,5 +10,5 @@
         </output>
 		<serverResponse>CombinedChoice_ServerResponse.expected</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/axis/CombinedChoice</endpoint>
+	<endpoint>http://localhost:80/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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -10,7 +10,7 @@
             Combo_TTest.expected
         </output>
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc http://localhost:80/axis/ArrayDoc http://localhost:80/axis/MathOpsDoc http://localhost:80/axis/SimpleTypeArrayService</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc http://localhost:80/SimpleArrayDoc http://localhost:80/MathOpsDoc http://localhost:80/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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -12,5 +12,5 @@
 			ComplexLists_ServerResponse.expected
 		</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/axis/ComplexListsService</endpoint>
+	<endpoint>http://localhost:80/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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -12,5 +12,5 @@
 			ComplexTypeAll.request
 		</request>
     </expected>
-	<endpoint>-e http://localhost:80/axis/ComplexTypeAll</endpoint>
+	<endpoint>-e http://localhost:80/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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -10,5 +10,5 @@
             DynamicCheckFaultTest.expected
         </output>	        
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -10,5 +10,5 @@
             DynamicGetAnyObjectSOAPFaultTest.expected
         </output>        	
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetNamespacePrefixTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetNamespacePrefixTest.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetNamespacePrefixTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetNamespacePrefixTest.xml Fri Oct  7 04:39:24 2005
@@ -10,5 +10,5 @@
             DynamicGetNamespacePrefixTest.expected
         </output>        	
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetSOAPSerializerTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetSOAPSerializerTest.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetSOAPSerializerTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicGetSOAPSerializerTest.xml Fri Oct  7 04:39:24 2005
@@ -10,5 +10,5 @@
             DynamicGetSOAPSerializerTest.expected
         </output>        	
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -13,5 +13,5 @@
 			DynamicGet_AddAnyObjectTestServerResponse.expected
 	</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/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=307090&r1=307089&r2=307090&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 Fri Oct  7 04:39:24 2005
@@ -10,5 +10,5 @@
             DynamicGet_AddAnyObjectTestOutOfScope.expected
         </output>        	
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSOAPVersionTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSOAPVersionTest.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSOAPVersionTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSOAPVersionTest.xml Fri Oct  7 04:39:24 2005
@@ -13,5 +13,5 @@
 		DynamicSOAPVersionTestRequest.out
 	  </request>	
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest1.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest1.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest1.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest1.xml Fri Oct  7 04:39:24 2005
@@ -13,5 +13,5 @@
 		DynamicSetSOAPMethodAttrTest1Request.out
 	  </request>	
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest2.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest2.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest2.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/DynamicSetSOAPMethodAttrTest2.xml Fri Oct  7 04:39:24 2005
@@ -13,5 +13,5 @@
 		DynamicSetSOAPMethodAttrTest2Request.out
 	  </request>	
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/Enumeration.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/Enumeration.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/Enumeration.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/Enumeration.xml Fri Oct  7 04:39:24 2005
@@ -12,5 +12,5 @@
 			Enumeration_ServerResponse.expected
 		</serverResponse>
     </expected>
-	<endpoint>-e http://localhost:80/axis/EnumerationWSService</endpoint>
+	<endpoint>-e http://localhost:80/Enumeration</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ExceptionTestDoc.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ExceptionTestDoc.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ExceptionTestDoc.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ExceptionTestDoc.xml Fri Oct  7 04:39:24 2005
@@ -12,5 +12,5 @@
 			ExceptionTestDoc_ServerResponse.expected
 		</serverResponse>
     </expected>
-	<endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
+	<endpoint>http://localhost:80/MathOpsDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingDoc.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingDoc.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingDoc.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingDoc.xml Fri Oct  7 04:39:24 2005
@@ -9,5 +9,5 @@
             FaultMappingDoc.cpp.out
         </output>
     </expected>
-	<endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
+	<endpoint>http://localhost:80/MathOpsDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingRepeatedDoc.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingRepeatedDoc.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingRepeatedDoc.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/FaultMappingRepeatedDoc.xml Fri Oct  7 04:39:24 2005
@@ -9,5 +9,5 @@
             FaultMappingRepeatedDoc.cpp.out
         </output>
     </expected>
-	<endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
+	<endpoint>http://localhost:80/MathOpsDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/General_TTest.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/General_TTest.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/General_TTest.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/General_TTest.xml Fri Oct  7 04:39:24 2005
@@ -9,6 +9,6 @@
             General_TTest.expected
         </output>	
     </expected>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 	<nomonitor>true</nomonitor>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest01.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest01.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest01.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest01.xml Fri Oct  7 04:39:24 2005
@@ -20,5 +20,5 @@
            Calculator
        </service>
     </handler>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest02.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest02.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest02.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest02.xml Fri Oct  7 04:39:24 2005
@@ -20,6 +20,6 @@
            Calculator
        </service>
     </handler>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest03.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest03.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest03.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest03.xml Fri Oct  7 04:39:24 2005
@@ -20,5 +20,5 @@
            Calculator
        </service>
     </handler>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest04.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest04.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest04.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest04.xml Fri Oct  7 04:39:24 2005
@@ -20,5 +20,5 @@
            Calculator
        </service>
     </handler>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest05.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest05.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest05.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest05.xml Fri Oct  7 04:39:24 2005
@@ -17,5 +17,5 @@
            Calculator
        </service>
     </handler>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest06.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest06.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest06.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest06.xml Fri Oct  7 04:39:24 2005
@@ -20,6 +20,6 @@
            Calculator
        </service>
     </handler>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>
 

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest07.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest07.xml?rev=307090&r1=307089&r2=307090&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest07.xml (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/HandlerTest07.xml Fri Oct  7 04:39:24 2005
@@ -17,6 +17,6 @@
            Calculator
        </service>
     </handler>
-	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
+	<endpoint>http://localhost:80/CalculatorDoc</endpoint>
 </test>