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/14 12:12:23 UTC

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

cdinapala    2005/07/14 03:12:22

  Modified:    c/tests/auto_build/testcases/tests UnboundedStringChoice.xml
               c/tests/auto_build/testcases unitTest.list
  Added:       c/tests/auto_build/testcases/output
                        UnboundedStringChoice_ServerResponse.expected
  Log:
  Add new test for unit test suit.
  
  Revision  Changes    Path
  1.2       +1 -0      ws-axis/c/tests/auto_build/testcases/tests/UnboundedStringChoice.xml
  
  Index: UnboundedStringChoice.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/UnboundedStringChoice.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- UnboundedStringChoice.xml	13 May 2005 04:51:17 -0000	1.1
  +++ UnboundedStringChoice.xml	14 Jul 2005 10:12:22 -0000	1.2
  @@ -8,6 +8,7 @@
           <output>
               UnboundedStringChoice.expected
           </output>
  +		<serverResponse>UnboundedStringChoice_ServerResponse.expected</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/UnboundedStringChoice</endpoint>
   </test>
  \ No newline at end of file
  
  
  
  1.28      +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.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- unitTest.list	14 Jul 2005 09:44:01 -0000	1.27
  +++ unitTest.list	14 Jul 2005 10:12:22 -0000	1.28
  @@ -27,6 +27,7 @@
   SimpleRefDoc.xml
   TestSoapHeaderBlock2
   UnboundedChoice.xml
  +UnboundedStringChoice.xml
   XSDElement.xml
   XSDElementNil.xml
   XSD_duration.xml
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/UnboundedStringChoice_ServerResponse.expected
  
  Index: UnboundedStringChoice_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:echoChoiceResponse xmlns:ns1="http://soapinterop.org/">
  <_return><ns3:StringValue xmlns:ns3="http://soapinterop.org/xsd">a</ns3:StringValue>
  <ns4:StringValue xmlns:ns4="http://soapinterop.org/xsd">b</ns4:StringValue>
  <ns5:StringValue xmlns:ns5="http://soapinterop.org/xsd">c</ns5:StringValue>
  <ns6:StringValue xmlns:ns6="http://soapinterop.org/xsd">d</ns6:StringValue>
  <ns7:StringValue xmlns:ns7="http://soapinterop.org/xsd">e</ns7:StringValue>
  </_return>
  </ns1:echoChoiceResponse>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  0