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 2015/07/29 22:39:22 UTC

activemq-cpp git commit: Enable more tests now that they are all passing.

Repository: activemq-cpp
Updated Branches:
  refs/heads/master 961ee1790 -> 67c2f93c9


Enable more tests now that they are all passing.

Project: http://git-wip-us.apache.org/repos/asf/activemq-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-cpp/commit/67c2f93c
Tree: http://git-wip-us.apache.org/repos/asf/activemq-cpp/tree/67c2f93c
Diff: http://git-wip-us.apache.org/repos/asf/activemq-cpp/diff/67c2f93c

Branch: refs/heads/master
Commit: 67c2f93c9da9830f710f6af4372e2db993db0f42
Parents: 961ee17
Author: Timothy Bish <ta...@gmail.com>
Authored: Wed Jul 29 16:39:11 2015 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Wed Jul 29 16:39:11 2015 -0400

----------------------------------------------------------------------
 activemq-cpp/src/test-integration/TestRegistry.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-cpp/blob/67c2f93c/activemq-cpp/src/test-integration/TestRegistry.cpp
----------------------------------------------------------------------
diff --git a/activemq-cpp/src/test-integration/TestRegistry.cpp b/activemq-cpp/src/test-integration/TestRegistry.cpp
index 2df8e3a..a1244ce 100644
--- a/activemq-cpp/src/test-integration/TestRegistry.cpp
+++ b/activemq-cpp/src/test-integration/TestRegistry.cpp
@@ -71,7 +71,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireMessagePriori
 CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireMapMessageTest );
 CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireNonBlockingRedeliveryTest );
 CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireOptimizedAckTest );
-//CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireQueueBrowserTest );
+CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireQueueBrowserTest );
 CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenWireRedeliveryPolicyTest );
 CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireSimpleRollbackTest );
 CPPUNIT_TEST_SUITE_REGISTRATION( activemq::test::openwire::OpenwireSimpleRollbackTest );