diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/amqp_0_10/serialize.cpp | 2 |
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; |