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/09 08:33:44 UTC

svn commit: r331978 - /webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/XSD_byteClient.cpp

Author: jamejose
Date: Tue Nov  8 23:33:28 2005
New Revision: 331978

URL: http://svn.apache.org/viewcvs?rev=331978&view=rev
Log: (empty)

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

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/XSD_byteClient.cpp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/XSD_byteClient.cpp?rev=331978&r1=331977&r2=331978&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/XSD_byteClient.cpp (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/client/cpp/XSD_byteClient.cpp Tue Nov  8 23:33:28 2005
@@ -113,7 +113,7 @@
         // Test array
         xsd__byte_Array arrayInput;
 		int arraySize=2;
-		xsd__byte **array = new xsd__byte*[arraySize]();
+		xsd__byte **array = new xsd__byte*[arraySize];
         
         for (int inputIndex=0 ; inputIndex < 2 ; inputIndex++)
         {