From 8cdf7df6f7690b0fc789ad2a9735299953384daf Mon Sep 17 00:00:00 2001 From: "Stephen D. Huston" Date: Wed, 15 Oct 2008 21:48:41 +0000 Subject: Allow QPID_AUTO_TEST_CASE_EXPECTED_FAILURES to work at Boost 1.35 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@705067 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/unit_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src') diff --git a/cpp/src/tests/unit_test.h b/cpp/src/tests/unit_test.h index b986c74afa..df3ebfb1fe 100644 --- a/cpp/src/tests/unit_test.h +++ b/cpp/src/tests/unit_test.h @@ -53,7 +53,7 @@ // Workaround for BOOST_AUTO_TEST_SUITE_EXPECTED_FAILURES // -#if (BOOST_VERSION < 103500) +#if (BOOST_VERSION < 103600) // Keep the test function for compilation but do not not register it. // TODO aconway 2008-04-23: better workaround for expected failures. @@ -76,7 +76,7 @@ #endif #ifndef QPID_AUTO_TEST_CASE_EXPECTED_FAILURES -# define QPID_AUTO_TEST_CASE_EXPECTED_FAILURES(name,n) BOOST_AUTO_TEST_SUITE_EXPECTED_FAILURES(name,n) +# define QPID_AUTO_TEST_CASE_EXPECTED_FAILURES(name,n) BOOST_AUTO_TEST_CASE_EXPECTED_FAILURES(name,n) #endif #ifndef QPID_AUTO_TEST_SUITE_END -- cgit v1.2.1