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 pe...@apache.org on 2005/03/15 11:10:40 UTC

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

perryan     2005/03/15 02:10:39

  Modified:    c/tests/auto_build/testcases/tests SimpleArrays.xml
  Added:       c/tests/auto_build/testcases/output SimpleArrays.expected
  Log:
  Changed the expected output file and the endpoint for the SimpleArrays test.
  Added a new expected output file for the SimpleArrays test.
  
  Revision  Changes    Path
  1.2       +2 -2      ws-axis/c/tests/auto_build/testcases/tests/SimpleArrays.xml
  
  Index: SimpleArrays.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/tests/SimpleArrays.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SimpleArrays.xml	8 Mar 2005 16:45:57 -0000	1.1
  +++ SimpleArrays.xml	15 Mar 2005 10:10:39 -0000	1.2
  @@ -6,9 +6,9 @@
       <wsdl>SimpleArrays.wsdl</wsdl>
       <expected>
           <output>
  -            SimpleArrayDoc.cpp.out
  +            SimpleArrays.expected
           </output>
       </expected>
  -	<endpoint>http://localhost:80/SimpleArrays/services/SimpleArrays</endpoint>
  +	<endpoint>http://localhost:80/SimpleArrays/services/SimpleArraysPort</endpoint>
   </test>
   
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/SimpleArrays.expected
  
  Index: SimpleArrays.expected
  ===================================================================
  invoking echoBooleanArray...
  successful 
  invoking echoIntArray...
  successful 
  invoking echoLongArray...
  successful 
  invoking echoFloatArray...
  successful 
  invoking echoDoubleArray...
  successful 
  invoking echoStringArray...
  successful 
  ---------------------- TEST COMPLETE -----------------------------