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/Array.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests/Array.cpp') diff --git a/cpp/src/tests/Array.cpp b/cpp/src/tests/Array.cpp index 336e57b485..c779cbe901 100644 --- a/cpp/src/tests/Array.cpp +++ b/cpp/src/tests/Array.cpp @@ -38,7 +38,7 @@ void populate(std::vector& data, int count = 10) } } -BOOST_AUTO_TEST_CASE(testEncodeDecode) +QPID_AUTO_TEST_CASE(testEncodeDecode) { std::vector data; populate(data); @@ -60,7 +60,7 @@ BOOST_AUTO_TEST_CASE(testEncodeDecode) BOOST_CHECK(data == data2); } -BOOST_AUTO_TEST_CASE(testAssignment) +QPID_AUTO_TEST_CASE(testArrayAssignment) { std::vector data; populate(data); -- cgit v1.2.1