From ffd992ea799eeb6b68f36f203b708d11e3553aea Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 17 Jun 2009 13:45:31 +0000 Subject: 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 --- cpp/src/tests/cluster_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/cluster_test.cpp') 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); -- cgit v1.2.1