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/06/18 21:16:49 UTC

svn commit: r548455 - /activemq/activemq-cpp/trunk/src/test/activemq/core/ActiveMQSessionTest.cpp

Author: tabish
Date: Mon Jun 18 12:16:49 2007
New Revision: 548455

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

Modified:
    activemq/activemq-cpp/trunk/src/test/activemq/core/ActiveMQSessionTest.cpp

Modified: activemq/activemq-cpp/trunk/src/test/activemq/core/ActiveMQSessionTest.cpp
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/test/activemq/core/ActiveMQSessionTest.cpp?view=diff&rev=548455&r1=548454&r2=548455
==============================================================================
--- activemq/activemq-cpp/trunk/src/test/activemq/core/ActiveMQSessionTest.cpp (original)
+++ activemq/activemq-cpp/trunk/src/test/activemq/core/ActiveMQSessionTest.cpp Mon Jun 18 12:16:49 2007
@@ -498,10 +498,6 @@
         connection = dynamic_cast< ActiveMQConnection*>(
             factory.createConnection() );
 
-        // Get the Transport and make sure we got a dummy Transport
-        dTransport = transport::MockTransport::getInstance();
-        CPPUNIT_ASSERT( dTransport != NULL );
-
         connection->setExceptionListener( &exListener );
         connection->start();
     }