diff options
author | Andrew Stitcher <astitcher@apache.org> | 2008-04-17 21:46:22 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2008-04-17 21:46:22 +0000 |
commit | cfde776724c2f214b962dc8077ddca8305ddd705 (patch) | |
tree | 852a49ea858393a93886ac7dd3a5d0863ca4a935 /cpp/src/tests/IncompleteMessageList.cpp | |
parent | 20e4466ca57bc7bdc81ca0857549a63c77f41d8a (diff) | |
download | qpid-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/IncompleteMessageList.cpp')
-rw-r--r-- | cpp/src/tests/IncompleteMessageList.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/tests/IncompleteMessageList.cpp b/cpp/src/tests/IncompleteMessageList.cpp index 65cca4a628..925cdbf43e 100644 --- a/cpp/src/tests/IncompleteMessageList.cpp +++ b/cpp/src/tests/IncompleteMessageList.cpp @@ -56,7 +56,7 @@ struct Checker } }; -BOOST_AUTO_TEST_CASE(testProcessSimple) +QPID_AUTO_TEST_CASE(testProcessSimple) { IncompleteMessageList list; SequenceNumber counter(1); @@ -71,7 +71,7 @@ BOOST_AUTO_TEST_CASE(testProcessSimple) list.process(Checker(), false); } -BOOST_AUTO_TEST_CASE(testProcessWithIncomplete) +QPID_AUTO_TEST_CASE(testProcessWithIncomplete) { IncompleteMessageList list; SequenceNumber counter(1); @@ -105,7 +105,7 @@ struct MockStore : public NullMessageStore } }; -BOOST_AUTO_TEST_CASE(testSyncProcessWithIncomplete) +QPID_AUTO_TEST_CASE(testSyncProcessWithIncomplete) { IncompleteMessageList list; SequenceNumber counter(1); |