You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/11/17 15:00:30 UTC

svn commit: r1036041 [2/2] - /activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshallerTest.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshallerTest.cpp?rev=1036041&r1=1036040&r2=1036041&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshallerTest.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/SubscriptionInfoMarshallerTest.cpp Wed Nov 17 14:00:28 2010
@@ -95,7 +95,7 @@ void SubscriptionInfoMarshallerTest::tes
         CPPUNIT_ASSERT( dataType == outCommand.getDataStructureType() );
         marshaller.looseUnmarshal( &openWireFormat, &inCommand, &dataIn );
 
-        CPPUNIT_ASSERT( inCommand.equals( &outCommand ) == true );
+        CPPUNIT_ASSERT( inCommand.equals( (DataStructure*) &outCommand ) == true );
 
     } catch( ActiveMQException& e ) {
         e.printStackTrace();
@@ -145,7 +145,7 @@ void SubscriptionInfoMarshallerTest::tes
         bs.unmarshal( &dataIn );
         marshaller.tightUnmarshal( &openWireFormat, &inCommand, &dataIn, &bs );
 
-        CPPUNIT_ASSERT( inCommand.equals( &outCommand ) == true );
+        CPPUNIT_ASSERT( inCommand.equals( (DataStructure*) &outCommand ) == true );
 
     } catch( ActiveMQException& e ) {
         e.printStackTrace();

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshallerTest.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshallerTest.cpp?rev=1036041&r1=1036040&r2=1036041&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshallerTest.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/TransactionInfoMarshallerTest.cpp Wed Nov 17 14:00:28 2010
@@ -95,7 +95,7 @@ void TransactionInfoMarshallerTest::test
         CPPUNIT_ASSERT( dataType == outCommand.getDataStructureType() );
         marshaller.looseUnmarshal( &openWireFormat, &inCommand, &dataIn );
 
-        CPPUNIT_ASSERT( inCommand.equals( &outCommand ) == true );
+        CPPUNIT_ASSERT( inCommand.equals( (DataStructure*) &outCommand ) == true );
 
     } catch( ActiveMQException& e ) {
         e.printStackTrace();
@@ -145,7 +145,7 @@ void TransactionInfoMarshallerTest::test
         bs.unmarshal( &dataIn );
         marshaller.tightUnmarshal( &openWireFormat, &inCommand, &dataIn, &bs );
 
-        CPPUNIT_ASSERT( inCommand.equals( &outCommand ) == true );
+        CPPUNIT_ASSERT( inCommand.equals( (DataStructure*) &outCommand ) == true );
 
     } catch( ActiveMQException& e ) {
         e.printStackTrace();

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshallerTest.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshallerTest.cpp?rev=1036041&r1=1036040&r2=1036041&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshallerTest.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/WireFormatInfoMarshallerTest.cpp Wed Nov 17 14:00:28 2010
@@ -95,7 +95,7 @@ void WireFormatInfoMarshallerTest::testL
         CPPUNIT_ASSERT( dataType == outCommand.getDataStructureType() );
         marshaller.looseUnmarshal( &openWireFormat, &inCommand, &dataIn );
 
-        CPPUNIT_ASSERT( inCommand.equals( &outCommand ) == true );
+        CPPUNIT_ASSERT( inCommand.equals( (DataStructure*) &outCommand ) == true );
 
     } catch( ActiveMQException& e ) {
         e.printStackTrace();
@@ -145,7 +145,7 @@ void WireFormatInfoMarshallerTest::testT
         bs.unmarshal( &dataIn );
         marshaller.tightUnmarshal( &openWireFormat, &inCommand, &dataIn, &bs );
 
-        CPPUNIT_ASSERT( inCommand.equals( &outCommand ) == true );
+        CPPUNIT_ASSERT( inCommand.equals( (DataStructure*) &outCommand ) == true );
 
     } catch( ActiveMQException& e ) {
         e.printStackTrace();

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshallerTest.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshallerTest.cpp?rev=1036041&r1=1036040&r2=1036041&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshallerTest.cpp (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/test/activemq/wireformat/openwire/marshal/generated/XATransactionIdMarshallerTest.cpp Wed Nov 17 14:00:28 2010
@@ -95,7 +95,7 @@ void XATransactionIdMarshallerTest::test
         CPPUNIT_ASSERT( dataType == outCommand.getDataStructureType() );
         marshaller.looseUnmarshal( &openWireFormat, &inCommand, &dataIn );
 
-        CPPUNIT_ASSERT( inCommand.equals( &outCommand ) == true );
+        CPPUNIT_ASSERT( inCommand.equals( (DataStructure*) &outCommand ) == true );
 
     } catch( ActiveMQException& e ) {
         e.printStackTrace();
@@ -145,7 +145,7 @@ void XATransactionIdMarshallerTest::test
         bs.unmarshal( &dataIn );
         marshaller.tightUnmarshal( &openWireFormat, &inCommand, &dataIn, &bs );
 
-        CPPUNIT_ASSERT( inCommand.equals( &outCommand ) == true );
+        CPPUNIT_ASSERT( inCommand.equals( (DataStructure*) &outCommand ) == true );
 
     } catch( ActiveMQException& e ) {
         e.printStackTrace();