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 di...@apache.org on 2005/08/19 10:32:10 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output ExceptionTestDoc.cpp.out

dicka       2005/08/19 01:32:10

  Modified:    c/tests/auto_build/testcases/output ExceptionTestDoc.cpp.out
  Log:
  Update expected output for ExceptionTestDoc to reflect recent changes to exception structure for received server codes.
  
  Submitted by: Adrian Dick
  
  Revision  Changes    Path
  1.7       +6 -2      ws-axis/c/tests/auto_build/testcases/output/ExceptionTestDoc.cpp.out
  
  Index: ExceptionTestDoc.cpp.out
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/ExceptionTestDoc.cpp.out,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ExceptionTestDoc.cpp.out	6 Jul 2005 10:31:40 -0000	1.6
  +++ ExceptionTestDoc.cpp.out	19 Aug 2005 08:32:10 -0000	1.7
  @@ -1,4 +1,8 @@
   Result is:2
  -AxisException has occured:  HTTPTransportException:HTTP transport error Not Found
  -AxisException has occured:  HTTPTransportException:HTTP transport error Not Found
  +AxisException has occured:  HTTPTransportException:HTTP transport error 
  + Server sent HTTP error: 'Not Found'
  +
  +AxisException has occured:  HTTPTransportException:HTTP transport error 
  + Server sent HTTP error: 'Not Found'
  +
   ---------------------- TEST COMPLETE -----------------------------