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 pr...@apache.org on 2005/01/26 16:07:12 UTC

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

prestonf    2005/01/26 07:07:12

  Modified:    c/tests/auto_build/testcases/output
                        TestTransportTimeout.expected
  Log:
  Hi All,
  Needed this change for the correct exception name.  i.e. AxisTransportException becomes HTTPTransportException when running Axis3 Transport code.
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/c/tests/auto_build/testcases/output/TestTransportTimeout.expected
  
  Index: TestTransportTimeout.expected
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/output/TestTransportTimeout.expected,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestTransportTimeout.expected	20 Dec 2004 21:27:40 -0000	1.1
  +++ TestTransportTimeout.expected	26 Jan 2005 15:07:12 -0000	1.2
  @@ -1,2 +1,2 @@
   in AxisException block
  -Exception : AxisTransportException:Channel error connection timeout before receving Channel error: connection timed out before receving
  +Exception : HTTPTransportException:Channel error connection timeout before receving Channel error: connection timed out before receving