You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/03/29 11:57:16 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/client/cpp RpcHttpHeaderTest3Client.cpp

samisa      2005/03/29 01:57:16

  Modified:    c/tests/auto_build/testcases/client/cpp
                        RpcHttpHeaderTest3Client.cpp
  Log:
  Patch applied to fix compilation errors
  
  Revision  Changes    Path
  1.10      +2 -2      ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest3Client.cpp
  
  Index: RpcHttpHeaderTest3Client.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest3Client.cpp,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- RpcHttpHeaderTest3Client.cpp	23 Mar 2005 15:45:06 -0000	1.9
  +++ RpcHttpHeaderTest3Client.cpp	29 Mar 2005 09:57:16 -0000	1.10
  @@ -115,8 +115,8 @@
       ws.deleteTransportProperty("Accept-Language", 1);
   
       //now the request should not have these removed headers
  -		bool bSuccess = false;
  -		int	iRetryIterationCount = 3;
  +		bSuccess = false;
  +		iRetryIterationCount = 3;
   
   		do
   		{