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 11:37:09 UTC

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

cdinapala    2005/07/13 02:37:09

  Modified:    c/tests/auto_build/testcases/tests SimpleRefDoc.xml
               c/tests/auto_build/testcases unitTest.list
  Added:       c/tests/auto_build/testcases/output
                        SimpleRefDoc_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/SimpleRefDoc.xml
  
  Index: SimpleRefDoc.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/SimpleRefDoc.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SimpleRefDoc.xml	7 Apr 2005 11:40:14 -0000	1.2
  +++ SimpleRefDoc.xml	13 Jul 2005 09:37:09 -0000	1.3
  @@ -8,6 +8,7 @@
           <output>
               SimpleRefDoc.cpp.out
           </output>
  +		<serverResponse>SimpleRefDoc_ServerResponse.expected</serverResponse>
       </expected>
   	<endpoint>http://localhost:80/axis/RefDoc</endpoint>
   </test>
  
  
  
  1.25      +3 -2      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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- unitTest.list	13 Jul 2005 09:14:08 -0000	1.24
  +++ unitTest.list	13 Jul 2005 09:37:09 -0000	1.25
  @@ -13,16 +13,17 @@
   HandlerTest6.xml
   InteropTestRound1.xml
   LargeReturningString.xml
  -MathOpsDoc.xml
   ManyTypeRefRoot.xml
  +MathOpsDoc.xml
   MultiOut.xml
   NestedComplex.xml
  -NillableArrays.xml
   NilValuesTest.xml
  +NillableArrays.xml
   nillableComplexType.xml
   PrimitiveAndArray.xml
   RecurseTypes.xml
   SimpleArrays.xml
  +SimpleRefDoc.xml
   TestSoapHeaderBlock2
   XSDElement.xml
   XSDElementNil.xml
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/SimpleRefDoc_ServerResponse.expected
  
  Index: SimpleRefDoc_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:echoIntResponse xmlns:ns1="http://soapinterop.org">
  <echoIntReturn><ns1:intItem>56</ns1:intItem>
  </echoIntReturn>
  </ns1:echoIntResponse>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  0