summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Array.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2008-04-17 21:46:22 +0000
committerAndrew Stitcher <astitcher@apache.org>2008-04-17 21:46:22 +0000
commitcfde776724c2f214b962dc8077ddca8305ddd705 (patch)
tree852a49ea858393a93886ac7dd3a5d0863ca4a935 /cpp/src/tests/Array.cpp
parent20e4466ca57bc7bdc81ca0857549a63c77f41d8a (diff)
downloadqpid-python-cfde776724c2f214b962dc8077ddca8305ddd705.tar.gz
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
Diffstat (limited to 'cpp/src/tests/Array.cpp')
-rw-r--r--cpp/src/tests/Array.cpp4
1 files changed, 2 insertions, 2 deletions
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<std::string>& data, int count = 10)
}
}
-BOOST_AUTO_TEST_CASE(testEncodeDecode)
+QPID_AUTO_TEST_CASE(testEncodeDecode)
{
std::vector<std::string> 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<std::string> data;
populate(data);