From acd260bce099be36b879826a0921daf9cb2fe140 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 28 Nov 2007 17:13:28 +0000 Subject: Fixed to build with boost 1.34 as well as boost 1.33 - boost::ptr_map API changed. - Boost.Test unit test framework changes. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@599067 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/Blob.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qpid/cpp/src/tests/Blob.cpp') diff --git a/qpid/cpp/src/tests/Blob.cpp b/qpid/cpp/src/tests/Blob.cpp index d10cbf20c0..d27c0bbd85 100644 --- a/qpid/cpp/src/tests/Blob.cpp +++ b/qpid/cpp/src/tests/Blob.cpp @@ -18,9 +18,9 @@ */ #include "qpid/framing/Blob.h" -#include +#include "unit_test.h" -BOOST_AUTO_TEST_SUITE(Blob); +QPID_AUTO_TEST_SUITE(BlobTestSuite) using namespace std; using namespace qpid::framing; @@ -125,4 +125,4 @@ BOOST_AUTO_TEST_CASE(testClear) { BOOST_CHECK_EQUAL(0, Foo::instances); } -BOOST_AUTO_TEST_SUITE_END(); +QPID_AUTO_TEST_SUITE_END() -- cgit v1.2.1