Author: tabish
Date: Sat May 31 17:43:22 2008
New Revision: 662113
URL: http://svn.apache.org/viewvc?rev=662113&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQCPP-172
Modified:
activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/PrimitiveMapMarshallerTest.cpp
Modified:
activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/PrimitiveMapMarshallerTest.cpp
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/PrimitiveMapMarshallerTest.cpp?rev=662113&r1=662112&r2=662113&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/PrimitiveMapMarshallerTest.cpp
(original)
+++
activemq/activemq-cpp/trunk/src/test/activemq/connector/openwire/marshal/PrimitiveMapMarshallerTest.cpp
Sat May 31 17:43:22 2008
@@ -126,7 +126,6 @@
CPPUNIT_ASSERT( newMap != NULL );
- std::cout << std::endl << "Deleting Map" << std::endl;
delete newMap;
}