summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-04-18 15:26:05 +0000
committerAlan Conway <aconway@apache.org>2008-04-18 15:26:05 +0000
commit7901c104b567506d71f8245f23ead6b287333463 (patch)
treeb3bd415bc86473b7b54ccdebab4f1b491e8f0d0b /cpp/src
parenteed3c6cc9b9b4fa75e7b95b6ba3efcb23d3bd962 (diff)
downloadqpid-python-7901c104b567506d71f8245f23ead6b287333463.tar.gz
Fix build problem.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@649571 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/amqp_0_10/serialize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/amqp_0_10/serialize.cpp b/cpp/src/tests/amqp_0_10/serialize.cpp
index b5f040c722..6dfa5c191d 100644
--- a/cpp/src/tests/amqp_0_10/serialize.cpp
+++ b/cpp/src/tests/amqp_0_10/serialize.cpp
@@ -152,7 +152,7 @@ void testValue(Str8& s) { s = "foobar"; }
void testValue(Map& m) { m["s"] = Str8("foobar"); m["b"] = true; m["c"] = uint16_t(42); }
//typedef mpl::vector<Str8, Str16>::type TestTypes;
-QPID_AUTO_TEST_CASE_TEMPLATE(testEncodeDecode, T, AllTypes)
+BOOST_AUTO_TEST_CASE_TEMPLATE(testEncodeDecode, T, AllTypes)
{
string data;
T t;