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 2008/02/06 19:56:48 UTC

svn commit: r619100 - /activemq/activemq-cpp/trunk/src/test-integration/integration/connector/openwire/OpenwireSimpleTest.h

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();