From 4f0f4b600767cb657cab6efb68be3f980dbd1fce Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 20 Aug 2015 07:32:52 +0000 Subject: NO-JIRA: Trivial update to work with changed Boost 1.59 Test library. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1696716 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/exception_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests') diff --git a/qpid/cpp/src/tests/exception_test.cpp b/qpid/cpp/src/tests/exception_test.cpp index 3e844b4e58..b880069575 100644 --- a/qpid/cpp/src/tests/exception_test.cpp +++ b/qpid/cpp/src/tests/exception_test.cpp @@ -63,7 +63,7 @@ struct Catcher : public Runnable { } catch(const Ex& e) { caught=true; - BOOST_MESSAGE(string("Caught expected exception: ")+e.what()+"["+typeid(e).name()+"]"); + BOOST_TEST_MESSAGE(string("Caught expected exception: ")+e.what()+"["+typeid(e).name()+"]"); } catch(const std::exception& e) { BOOST_ERROR(string("Bad exception: ")+e.what()+"["+typeid(e).name()+"] expected: "+typeid(Ex).name()); -- cgit v1.2.1