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/03/18 12:58:06 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGet_AddAnyObjectTest Calculator.cpp

jamejose    2005/03/18 03:58:06

  Modified:    c/tests/auto_build/testcases/dynamic/DynamicGet_AddAnyObjectTest
                        Calculator.cpp
  Log:
  Removed current failure condition and moved that to another test
  
  Revision  Changes    Path
  1.2       +0 -7      ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGet_AddAnyObjectTest/Calculator.cpp
  
  Index: Calculator.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/tests/auto_build/testcases/dynamic/DynamicGet_AddAnyObjectTest/Calculator.cpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Calculator.cpp	15 Mar 2005 13:36:45 -0000	1.1
  +++ Calculator.cpp	18 Mar 2005 11:58:06 -0000	1.2
  @@ -78,13 +78,6 @@
   			if(any!=NULL){
   				cout << any->_size<<endl;
   				cout << any->_array[0]<<endl;
  -			}
  -			any = (AnyType*)m_pCall->getAnyObject();
  -			any = (AnyType*)m_pCall->getAnyObject();
  -			any = (AnyType*)m_pCall->getAnyObject();
  -			if(any!=NULL){
  -				cout << any->_size<<endl;
  -				cout << any->_array[0]<<endl;
   			}			
   		}