summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/FieldTable.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
commit1b4a961ec807e5e61cd232b08020a935a4f76f4c (patch)
treea696732d72bd36cac2f8d6dff7d41debf3fb89c0 /qpid/cpp/src/tests/FieldTable.cpp
parentf89c4bab5b5414796ca104d9a9a6c7fc138e10cd (diff)
downloadqpid-python-1b4a961ec807e5e61cd232b08020a935a4f76f4c.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@649294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/FieldTable.cpp')
-rw-r--r--qpid/cpp/src/tests/FieldTable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/FieldTable.cpp b/qpid/cpp/src/tests/FieldTable.cpp
index db4c4906fa..716a5d3d39 100644
--- a/qpid/cpp/src/tests/FieldTable.cpp
+++ b/qpid/cpp/src/tests/FieldTable.cpp
@@ -28,7 +28,7 @@ using namespace qpid::framing;
QPID_AUTO_TEST_SUITE(FieldTableTestSuite)
-BOOST_AUTO_TEST_CASE(testMe)
+QPID_AUTO_TEST_CASE(testMe)
{
FieldTable ft;
ft.setString("A", "BCDE");
@@ -45,7 +45,7 @@ BOOST_AUTO_TEST_CASE(testMe)
}
-BOOST_AUTO_TEST_CASE(testAssignment)
+QPID_AUTO_TEST_CASE(testAssignment)
{
FieldTable a;
FieldTable b;