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 2005/11/16 06:51:24 UTC

svn commit: r344904 - /webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/AxisBenchClient.cpp

Author: jamejose
Date: Tue Nov 15 21:50:44 2005
New Revision: 344904

URL: http://svn.apache.org/viewcvs?rev=344904&view=rev
Log:
Updated the testcase with new Array APIs

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

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/AxisBenchClient.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/AxisBenchClient.cpp?rev=344904&r1=344903&r2=344904&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/AxisBenchClient.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/AxisBenchClient.cpp Tue Nov 15 21:50:44 2005
@@ -80,8 +80,7 @@
 #else
 	long long				ll = 10000;
 #endif
-	arrayIn.set(ppBBDT,100);
-	input->setinfos(&arrayIn);    
+	
       
     time_t tim;
     tim = 1100246323;
@@ -150,6 +149,8 @@
     ftime(&mstart);
 #endif
 
+	arrayIn.set(ppBBDT,100);
+	input->setinfos(&arrayIn);    
     for ( int ii = 0; ii < request ; ii++ ) {
         if (output) { // Samisa: memory management BP
 			int outputSize =0;