diff options
author | Alan Conway <aconway@apache.org> | 2009-09-18 20:58:34 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-09-18 20:58:34 +0000 |
commit | 430ded68ff2769b0e6194a407f7c0c329e94e848 (patch) | |
tree | c4586f51a1f81634e5c298b9732ba80a2646c5c9 | |
parent | 60af0a6a6f35c65f7a1524c29395499efccc953f (diff) | |
download | qpid-python-430ded68ff2769b0e6194a407f7c0c329e94e848.tar.gz |
Enabled some tests that were unintentionally disabled.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@816781 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/src/tests/PartialFailure.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/PartialFailure.cpp b/qpid/cpp/src/tests/PartialFailure.cpp index 8d9970f909..5de8ecb189 100644 --- a/qpid/cpp/src/tests/PartialFailure.cpp +++ b/qpid/cpp/src/tests/PartialFailure.cpp @@ -105,7 +105,6 @@ QPID_AUTO_TEST_CASE(testCoincidentErrors) { } } -#if 0 // FIXME aconway 2009-07-30: // Verify normal cluster-wide errors. QPID_AUTO_TEST_CASE(testNormalErrors) { // FIXME aconway 2009-04-10: Would like to put a scope just around @@ -120,7 +119,7 @@ QPID_AUTO_TEST_CASE(testNormalErrors) { { ScopedSuppressLogging allQuiet; - queueAndsub(c0); + queueAndSub(c0); c0.session.messageTransfer(content=Message("x", "c0")); BOOST_CHECK_EQUAL(c0.lq.get(TIMEOUT).getData(), "x"); @@ -258,7 +257,7 @@ QPID_AUTO_TEST_CASE(testPartialFailureMemberLeaves) { } } #endif -#endif // FIXME aconway 2009-07-30: + QPID_AUTO_TEST_SUITE_END() }} // namespace qpid::tests |