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 cd...@apache.org on 2005/07/13 10:24:00 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output MathOpsDoc_ServerResponse.expected NestedComplex_ServerResponse.expected

cdinapala    2005/07/13 01:24:00

  Modified:    c/tests/auto_build/testcases/tests MathOpsDoc.xml
                        NestedComplex.xml
               c/tests/auto_build/testcases unitTest.list
  Added:       c/tests/auto_build/testcases/output
                        MathOpsDoc_ServerResponse.expected
                        NestedComplex_ServerResponse.expected
  Log:
  Add new 2 tests to unit test suit
  
  Revision  Changes    Path
  1.3       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/MathOpsDoc.xml
  
  Index: MathOpsDoc.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/MathOpsDoc.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MathOpsDoc.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ MathOpsDoc.xml	13 Jul 2005 08:24:00 -0000	1.3
  @@ -8,6 +8,7 @@
           <output>
               MathOpsDoc.cpp.out
           </output>
  +		<serverResponse>MathOpsDoc_ServerResponse.expected</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/MathOpsDoc</endpoint>
   </test>
  
  
  
  1.3       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/NestedComplex.xml
  
  Index: NestedComplex.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/NestedComplex.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NestedComplex.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ NestedComplex.xml	13 Jul 2005 08:24:00 -0000	1.3
  @@ -8,6 +8,7 @@
           <output>
               NestedComplex.expected
           </output>
  +		<serverResponse>NestedComplex_ServerResponse.expected</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/NestedComplex</endpoint>
   </test>
  
  
  
  1.23      +2 -0      ws-axis/c/tests/auto_build/testcases/unitTest.list
  
  Index: unitTest.list
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/unitTest.list,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- unitTest.list	12 Jul 2005 05:21:21 -0000	1.22
  +++ unitTest.list	13 Jul 2005 08:24:00 -0000	1.23
  @@ -13,8 +13,10 @@
   HandlerTest6.xml
   InteropTestRound1.xml
   LargeReturningString.xml
  +MathOpsDoc.xml
   ManyTypeRefRoot.xml
   MultiOut.xml
  +NestedComplex.xml
   NilValuesTest.xml
   nillableComplexType.xml
   RecurseTypes.xml
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/MathOpsDoc_ServerResponse.expected
  
  Index: MathOpsDoc_ServerResponse.expected
  ===================================================================
  HTTP/1.1 200 OK
  Server: WebSphere Application Server/5.1
  Content-Type: text/xml; charset=utf-8
  Content-Language: en-GB
  Transfer-Encoding: chunked
  
  ###
  <?xml version='1.0' encoding='utf-8' ?>
  <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body>
  <ns1:divResponse xmlns:ns1="http://soapinterop.org">
  <divReturn>2</divReturn>
  </ns1:divResponse>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  0
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/NestedComplex_ServerResponse.expected
  
  Index: NestedComplex_ServerResponse.expected
  ===================================================================
  HTTP/1.1 200 OK
  Server: WebSphere Application Server/5.1
  Content-Type: text/xml; charset=utf-8
  Content-Language: en-GB
  Transfer-Encoding: chunked
  
  ###
  <?xml version='1.0' encoding='utf-8' ?>
  <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body>
  <ns1:echoNestedComplexResponse xmlns:ns1="http://nestedcomplex.test.apache.org">
  <echoNestedComplexReturn><ns1:complexType1Array><ns1:simpleArrays><ns1:intArray>6</ns1:intArray>
  <ns1:intArray>7</ns1:intArray>
  <ns1:stringArray>Apache</ns1:stringArray>
  <ns1:stringArray>Axis C++</ns1:stringArray>
  </ns1:simpleArrays><ns1:ct1_string>Hello</ns1:ct1_string>
  <ns1:ct1_int>13</ns1:ct1_int>
  </ns1:complexType1Array><ns1:complexType1Array><ns1:simpleArrays><ns1:intArray>6</ns1:intArray>
  <ns1:intArray>7</ns1:intArray>
  <ns1:stringArray>Apache</ns1:stringArray>
  <ns1:stringArray>Axis C++</ns1:stringArray>
  </ns1:simpleArrays><ns1:ct1_string>World</ns1:ct1_string>
  <ns1:ct1_int>27</ns1:ct1_int>
  </ns1:complexType1Array></echoNestedComplexReturn>
  </ns1:echoNestedComplexResponse>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  0