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 2007/07/26 18:29:41 UTC

svn commit: r559875 - /activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h

Author: tabish
Date: Thu Jul 26 09:29:40 2007
New Revision: 559875

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

Working on APRizing the sockets, currently mostly functional.

Modified:
    activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h

Modified: activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h?view=diff&rev=559875&r1=559874&r2=559875
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/test/decaf/net/SocketTest.h Thu Jul 26 09:29:40 2007
@@ -34,10 +34,10 @@
     class SocketTest : public CppUnit::TestFixture {
 
         CPPUNIT_TEST_SUITE( SocketTest );
-//        CPPUNIT_TEST( testConnect );
-//        CPPUNIT_TEST( testTx );
-//        CPPUNIT_TEST( testTrx );
-//        CPPUNIT_TEST( testTrxNoDelay );
+        CPPUNIT_TEST( testConnect );
+        CPPUNIT_TEST( testTx );
+        CPPUNIT_TEST( testTrx );
+        CPPUNIT_TEST( testTrxNoDelay );
         CPPUNIT_TEST( testRxFail );
         CPPUNIT_TEST_SUITE_END();