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 | ffd992ea799eeb6b68f36f203b708d11e3553aea (patch) | |
tree | 2c0b27f7f65d3edcb6a35227b66541ce9704eaf9 /cpp/src/tests/cluster_test.cpp | |
parent | 80d65b38008d9b7f31c825508819f9600d63b63c (diff) | |
download | qpid-python-ffd992ea799eeb6b68f36f203b708d11e3553aea.tar.gz |
Drop _EXPECTED_FAILURES macro, doesn't work with all boost versions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@785601 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_test.cpp')
-rw-r--r-- | cpp/src/tests/cluster_test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp index cad782cea0..72d5ee5a3f 100644 --- a/cpp/src/tests/cluster_test.cpp +++ b/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); |