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 ja...@apache.org on 2006/01/18 10:20:33 UTC

svn commit: r370084 - /webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp

Author: jamejose
Date: Wed Jan 18 01:20:15 2006
New Revision: 370084

URL: http://svn.apache.org/viewcvs?rev=370084&view=rev
Log:
Updated the testcase with latest changes in the transport APIs

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp?rev=370084&r1=370083&r2=370084&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/RpcHttpHeaderTest1Client.cpp Wed Jan 18 01:20:15 2006
@@ -99,9 +99,9 @@
 		} while( iRetryIterationCount > 0 && !bSuccess);
 
     printf("Test transport property accessors\n");
-    printf("First transport key = %s\n", ws.getFirstTransportPropertyKey());
+    printf("First transport key = %s\n", ws.getFirstTransportPropertyKey(false));
     printf("First transport value = %s\n",
-           ws.getCurrentTransportPropertyValue());
+           ws.getCurrentTransportPropertyValue(false));
 
     //test removing HTTP headers
     ws.deleteTransportProperty("Accept-Language");