From cfde776724c2f214b962dc8077ddca8305ddd705 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 17 Apr 2008 21:46:22 +0000 Subject: Patch for improved compatibility with gcc 3.4 and boost 1.33 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649294 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/amqp_0_10/apply.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests/amqp_0_10/apply.cpp') diff --git a/cpp/src/tests/amqp_0_10/apply.cpp b/cpp/src/tests/amqp_0_10/apply.cpp index 450aeac356..5a67c28c79 100644 --- a/cpp/src/tests/amqp_0_10/apply.cpp +++ b/cpp/src/tests/amqp_0_10/apply.cpp @@ -48,7 +48,7 @@ struct TestFunctor { bool operator()(const T&) { return false; } }; -BOOST_AUTO_TEST_CASE(testApply) { +QPID_AUTO_TEST_CASE(testApply) { connection::Tune tune(1,2,3,4); Control* p = &tune; @@ -83,7 +83,7 @@ struct VoidTestFunctor { void operator()(const T&) { code=0xFF; } }; -BOOST_AUTO_TEST_CASE(testApplyVoid) { +QPID_AUTO_TEST_CASE(testApplyVoid) { connection::Tune tune(1,2,3,4); Control* p = &tune; VoidTestFunctor tf; -- cgit v1.2.1