Author: tabish
Date: Tue Oct 28 17:21:10 2008
New Revision: 708742

URL: http://svn.apache.org/viewvc?rev=708742&view=rev
Log:
Make CPPUnit Tests cleanup the TestSupport data quicker so there are less 
threads and sockets hanging around.

Modified:
    
activemq/activemq-cpp/trunk/src/test-integration/integration/TestRegistry.cpp

Modified: 
activemq/activemq-cpp/trunk/src/test-integration/integration/TestRegistry.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test-integration/integration/TestRegistry.cpp?rev=708742&r1=708741&r2=708742&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/src/test-integration/integration/TestRegistry.cpp 
(original)
+++ 
activemq/activemq-cpp/trunk/src/test-integration/integration/TestRegistry.cpp 
Tue Oct 28 17:21:10 2008
@@ -34,15 +34,15 @@
 #include "connector/stomp/TransactionTest.h"
 #include "connector/stomp/StompStressTests.h"
 
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireAsyncSenderTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireCmsTemplateTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireDurableTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireExpirationTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireSimpleRollbackTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireSimpleTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireSlowListenerTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireTempDestinationTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireTransactionTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireAsyncSenderTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireCmsTemplateTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireDurableTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireExpirationTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireSimpleRollbackTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireSimpleTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireSlowListenerTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireTempDestinationTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::openwire::OpenwireTransactionTest );
 
 CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::stomp::AsyncSenderTest );
 CPPUNIT_TEST_SUITE_REGISTRATION( 
integration::connector::stomp::CmsTemplateTest );


Reply via email to