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 ha...@apache.org on 2005/11/14 12:37:00 UTC

svn commit: r344105 - in /webservices/axis/trunk/c/tests/auto_build/testcases: client/cpp/ConnectionCloseClient.cpp unitTest.list

Author: hawkeye
Date: Mon Nov 14 03:36:52 2005
New Revision: 344105

URL: http://svn.apache.org/viewcvs?rev=344105&view=rev
Log:
Added in ConnectionClose unit test.

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/ConnectionCloseClient.cpp
    webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/ConnectionCloseClient.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/ConnectionCloseClient.cpp?rev=344105&r1=344104&r2=344105&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/ConnectionCloseClient.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/ConnectionCloseClient.cpp Mon Nov 14 03:36:52 2005
@@ -42,13 +42,13 @@
 
 		bool bSuccess = false;
 		int	iRetryIterationCount = 3;
+        sprintf(endpoint, "%s", url);
+     Calculator ws(endpoint);
 
 		do
 		{
 	try
 	{
-		sprintf(endpoint, "%s", url);
-		Calculator ws(endpoint);
 
 		op = "add";
 		i1 = 2;
@@ -74,7 +74,7 @@
 	    cout << "Unknown exception has occured" << endl;
 	}
 		iRetryIterationCount--;
-		} while( iRetryIterationCount > 0 && !bSuccess);
+		} while( iRetryIterationCount > 0);
   cout<< "---------------------- TEST COMPLETE -----------------------------"<< endl;
 	
 	return 0;

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/unitTest.list?rev=344105&r1=344104&r2=344105&view=diff
==============================================================================
Binary files - no diff available.