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/08 10:50:18 UTC

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

cdinapala    2005/07/08 01:50:18

  Modified:    c/tests/auto_build/testcases/tests ManyTypeRefRoot.xml
               c/tests/auto_build/testcases unitTest.list
  Added:       c/tests/auto_build/testcases/output
                        ManyTypeRefRoot_ServerResponse.expected
  Log:
  Add new test for unit test suit.
  
  Revision  Changes    Path
  1.3       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/ManyTypeRefRoot.xml
  
  Index: ManyTypeRefRoot.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/ManyTypeRefRoot.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ManyTypeRefRoot.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ ManyTypeRefRoot.xml	8 Jul 2005 08:50:17 -0000	1.3
  @@ -8,6 +8,7 @@
           <output>
               ManyTypeRefRoot.cpp.out
           </output>
  +		<serverResponse>ManyTypeRefRoot_ServerResponse.expected</serverResponse>
       </expected>
   	<endpoint>-e http://localhost:80/axis/ManyTypeRefRoot</endpoint>
   </test>
  
  
  
  1.20      +1 -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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- unitTest.list	8 Jul 2005 07:34:46 -0000	1.19
  +++ unitTest.list	8 Jul 2005 08:50:17 -0000	1.20
  @@ -11,6 +11,7 @@
   ExceptionTestDoc.xml
   HandlerTest6.xml
   LargeReturningString.xml
  +ManyTypeRefRoot.xml
   MultiOut.xml
   NilValuesTest.xml
   nillableComplexType.xml
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/ManyTypeRefRoot_ServerResponse.expected
  
  Index: ManyTypeRefRoot_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:getInputResponse xmlns:ns1="http://manytyperefroot.test.apache.org">
  <ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>0</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>1</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>2</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>3</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>4</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>5</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>6</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>7</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>8</ns1:index>
  </ns1:Type1><ns1:Type1><ns1:kind>Test type</ns1:kind>
  <ns1:index>9</ns1:index>
  </ns1:Type1></ns1:getInputResponse>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  0