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 ha...@apache.org on 2005/06/15 19:08:54 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/tests TestSoapHeaderBlock2.xml ExceptionTestDoc.xml HandlerTest06.xml Enumeration.xml SimpleArrays.xml XSDElementNil.xml LargeReturningString.xml XSDElement.xml DynamicGet_AddAnyObjectTest.xml

hawkeye     2005/06/15 10:08:54

  Modified:    c/tests/auto_build/testcases/tests TestSoapHeaderBlock2.xml
                        ExceptionTestDoc.xml HandlerTest06.xml
                        Enumeration.xml SimpleArrays.xml XSDElementNil.xml
                        LargeReturningString.xml XSDElement.xml
                        DynamicGet_AddAnyObjectTest.xml
  Log:
  Added server response files for unit test
  
  Revision  Changes    Path
  1.3       +3 -0      ws-axis/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock2.xml
  
  Index: TestSoapHeaderBlock2.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/TestSoapHeaderBlock2.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestSoapHeaderBlock2.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ TestSoapHeaderBlock2.xml	15 Jun 2005 17:08:54 -0000	1.3
  @@ -11,6 +11,9 @@
           <request>
               TestSoapHeaderBlock2Request.out
           </request>
  +		<serverResponse>
  +			TestSoapHeaderBlock2_ServerResponse.expected
  +	    </serverResponse>
       </expected>
           <endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
   </test>
  
  
  
  1.3       +3 -0      ws-axis/c/tests/auto_build/testcases/tests/ExceptionTestDoc.xml
  
  Index: ExceptionTestDoc.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/ExceptionTestDoc.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ExceptionTestDoc.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ ExceptionTestDoc.xml	15 Jun 2005 17:08:54 -0000	1.3
  @@ -8,6 +8,9 @@
           <output>
               ExceptionTestDoc.cpp.out
           </output>
  +		<serverResponse>
  +			ExceptionTestDoc_ServerResponse.expected
  +		</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
   </test>
  
  
  
  1.3       +3 -0      ws-axis/c/tests/auto_build/testcases/tests/HandlerTest06.xml
  
  Index: HandlerTest06.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/HandlerTest06.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- HandlerTest06.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ HandlerTest06.xml	15 Jun 2005 17:08:54 -0000	1.3
  @@ -8,6 +8,9 @@
           <output>
               CalculatorDoc.cpp.out
           </output>
  +		<serverResponse>
  +			HandlerTest6_ServerResponse.expected
  +	    </serverResponse>
       </expected>
       <handler>
           <directory>
  
  
  
  1.3       +3 -0      ws-axis/c/tests/auto_build/testcases/tests/Enumeration.xml
  
  Index: Enumeration.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/Enumeration.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Enumeration.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ Enumeration.xml	15 Jun 2005 17:08:54 -0000	1.3
  @@ -8,6 +8,9 @@
           <output>
               Enumeration.cpp.out
           </output>
  +		<serverResponse>
  +			Enumeration_ServerResponse.expected
  +		</serverResponse>
       </expected>
   	<endpoint>-e http://localhost:80/axis/EnumerationWSService</endpoint>
   </test>
  
  
  
  1.5       +1 -1      ws-axis/c/tests/auto_build/testcases/tests/SimpleArrays.xml
  
  Index: SimpleArrays.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/SimpleArrays.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimpleArrays.xml	8 Jun 2005 15:52:08 -0000	1.4
  +++ SimpleArrays.xml	15 Jun 2005 17:08:54 -0000	1.5
  @@ -9,7 +9,7 @@
               SimpleArrays.expected
           </output>
   		<serverResponse>
  -			SimpleArraysServerResponse.expected
  +			SimpleArrays_ServerResponse.expected
   		</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/SimpleArrays</endpoint>
  
  
  
  1.4       +3 -0      ws-axis/c/tests/auto_build/testcases/tests/XSDElementNil.xml
  
  Index: XSDElementNil.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/XSDElementNil.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XSDElementNil.xml	7 Apr 2005 11:40:14 -0000	1.3
  +++ XSDElementNil.xml	15 Jun 2005 17:08:54 -0000	1.4
  @@ -8,6 +8,9 @@
           <output>
               XSDElementNil.expected
           </output>
  +		<serverResponse>
  +			XSDElementNil_ServerResponse.expected
  +	    </serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/XSDElementNil</endpoint>
   </test>
  
  
  
  1.3       +3 -0      ws-axis/c/tests/auto_build/testcases/tests/LargeReturningString.xml
  
  Index: LargeReturningString.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/LargeReturningString.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- LargeReturningString.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ LargeReturningString.xml	15 Jun 2005 17:08:54 -0000	1.3
  @@ -8,6 +8,9 @@
           <output>
               LargeReturningString.cpp.out
           </output>
  +		<serverResponse>
  +			LargeReturningString_ServerResponse.expected
  +	    </serverResponse>
       </expected>
   	<endpoint>-e http://localhost:80/axis/LargeReturningStringService</endpoint>
   </test>
  
  
  
  1.3       +3 -0      ws-axis/c/tests/auto_build/testcases/tests/XSDElement.xml
  
  Index: XSDElement.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/XSDElement.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XSDElement.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ XSDElement.xml	15 Jun 2005 17:08:54 -0000	1.3
  @@ -8,6 +8,9 @@
           <output>
               XSDElement.expected
           </output>
  +		<serverResponse>
  +			XSDElement_ServerResponse.expected
  +	    </serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/XSDElement</endpoint>
   </test>
  
  
  
  1.3       +3 -0      ws-axis/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTest.xml
  
  Index: DynamicGet_AddAnyObjectTest.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/DynamicGet_AddAnyObjectTest.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DynamicGet_AddAnyObjectTest.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ DynamicGet_AddAnyObjectTest.xml	15 Jun 2005 17:08:54 -0000	1.3
  @@ -9,6 +9,9 @@
           <output>
               DynamicGet_AddAnyObjectTest.expected
           </output>        	
  +	<serverResponse>
  +			DynamicGet_AddAnyObjectTestServerResponse.expected
  +	</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/CalculatorDoc</endpoint>
   </test>