diff options
author | Alan Conway <aconway@apache.org> | 2009-06-17 13:45:31 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-06-17 13:45:31 +0000 |
commit | e04f58117006e8f0b7edcb0bcd00a33c6f6b5755 (patch) | |
tree | 78d95b5deffbc3b65435e472e15354e710bc6f91 /qpid/cpp/src/tests/cluster_test.cpp | |
parent | 4f851534bb3aab0c6e36a27604d97065164241b2 (diff) | |
download | qpid-python-e04f58117006e8f0b7edcb0bcd00a33c6f6b5755.tar.gz |
Drop _EXPECTED_FAILURES macro, doesn't work with all boost versions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@785601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
-rw-r--r-- | qpid/cpp/src/tests/cluster_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp index cad782cea0..72d5ee5a3f 100644 --- a/qpid/cpp/src/tests/cluster_test.cpp +++ b/qpid/cpp/src/tests/cluster_test.cpp @@ -388,7 +388,8 @@ QPID_AUTO_TEST_CASE(testUnacked) { BOOST_CHECK_EQUAL(c1.subs.get("q2", TIMEOUT).getData(), "22"); } -QPID_AUTO_TEST_CASE_EXPECTED_FAILURES(testUpdateTxState, 1) { +// FIXME aconway 2009-06-17: test for unimplemented feature, enable when implemented. +void testUpdateTxState() { // Verify that we update transaction state correctly to new members. ClusterFixture::Args args; prepareArgs(args, durableFlag); |