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 09:34:47 UTC

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

cdinapala    2005/07/08 00:34:46

  Modified:    c/tests/auto_build/testcases/tests CombinedChoice.xml
               c/tests/auto_build/testcases unitTest.list
  Added:       c/tests/auto_build/testcases/output
                        CombinedChoice_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/CombinedChoice.xml
  
  Index: CombinedChoice.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/CombinedChoice.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CombinedChoice.xml	13 May 2005 04:51:17 -0000	1.1
  +++ CombinedChoice.xml	8 Jul 2005 07:34:46 -0000	1.2
  @@ -8,6 +8,7 @@
           <output>
               CombinedChoice.expected
           </output>
  +		<serverResponse>CombinedChoice_ServerResponse.expected</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/CombinedChoice</endpoint>
   </test>
  \ No newline at end of file
  
  
  
  1.19      +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.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- unitTest.list	7 Jul 2005 12:49:33 -0000	1.18
  +++ unitTest.list	8 Jul 2005 07:34:46 -0000	1.19
  @@ -1,6 +1,7 @@
   Attachment1.xml
   AxisBench.xml
   CombinedAll.xml
  +CombinedChoice.xml
   ComplexLists.xml
   ComplexTypesAll.xml
   DynamicAttachment.xml
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/CombinedChoice_ServerResponse.expected
  
  Index: CombinedChoice_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><ns2:NonChoiceIntValue xmlns:ns2="http://soapinterop.org/xsd">5</ns2:NonChoiceIntValue>
  <ns3:IntValue xmlns:ns3="http://soapinterop.org/xsd">5</ns3:IntValue>
  <ns4:NonChoiceStringValue xmlns:ns4="http://soapinterop.org/xsd">NonChoiceStringValue</ns4:NonChoiceStringValue>
  </_return>
  </ns1:echoChoiceResponse>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  0