Author: tabish
Date: Wed Feb  6 10:56:45 2008
New Revision: 619100

URL: http://svn.apache.org/viewvc?rev=619100&view=rev
Log:
http://issues.apache.org/activemq/browse/AMQCPP-166

Test for this issue.

Modified:
    
activemq/activemq-cpp/trunk/src/test-integration/integration/connector/openwire/OpenwireSimpleTest.h

Modified: 
activemq/activemq-cpp/trunk/src/test-integration/integration/connector/openwire/OpenwireSimpleTest.h
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test-integration/integration/connector/openwire/OpenwireSimpleTest.h?rev=619100&r1=619099&r2=619100&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/src/test-integration/integration/connector/openwire/OpenwireSimpleTest.h
 (original)
+++ 
activemq/activemq-cpp/trunk/src/test-integration/integration/connector/openwire/OpenwireSimpleTest.h
 Wed Feb  6 10:56:45 2008
@@ -30,15 +30,15 @@
     class OpenwireSimpleTest : public CppUnit::TestFixture
     {
         CPPUNIT_TEST_SUITE( OpenwireSimpleTest );
-//        CPPUNIT_TEST( testAutoAck );
-//        CPPUNIT_TEST( testClientAck );
-//        CPPUNIT_TEST( testProducerWithNullDestination );
-//        CPPUNIT_TEST( testSyncReceive );
-//        CPPUNIT_TEST( testMultipleConnections );
-//        CPPUNIT_TEST( testMultipleSessions );
-//        CPPUNIT_TEST( testReceiveAlreadyInQueue );
-//        CPPUNIT_TEST( testQuickCreateAndDestroy );
-//        CPPUNIT_TEST( testWithZeroConsumerPrefetch );
+        CPPUNIT_TEST( testAutoAck );
+        CPPUNIT_TEST( testClientAck );
+        CPPUNIT_TEST( testProducerWithNullDestination );
+        CPPUNIT_TEST( testSyncReceive );
+        CPPUNIT_TEST( testMultipleConnections );
+        CPPUNIT_TEST( testMultipleSessions );
+        CPPUNIT_TEST( testReceiveAlreadyInQueue );
+        CPPUNIT_TEST( testQuickCreateAndDestroy );
+        CPPUNIT_TEST( testWithZeroConsumerPrefetch );
         CPPUNIT_TEST( testMapMessageSend );
         CPPUNIT_TEST_SUITE_END();
 


Reply via email to