diff options
Diffstat (limited to 'cpp/src/tests/SessionState.cpp')
-rw-r--r-- | cpp/src/tests/SessionState.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/tests/SessionState.cpp b/cpp/src/tests/SessionState.cpp index 56d0055ed8..318bfbbddd 100644 --- a/cpp/src/tests/SessionState.cpp +++ b/cpp/src/tests/SessionState.cpp @@ -74,7 +74,7 @@ bool operator==(const AMQFrame& a, const AMQFrame& b) { }} // namespace qpid::framing -BOOST_AUTO_TEST_CASE(testSent) { +QPID_AUTO_TEST_CASE(testSent) { // Test that we send solicit-ack at the right interval. AMQContentBody f; SessionState s1(1); @@ -95,7 +95,7 @@ BOOST_AUTO_TEST_CASE(testSent) { BOOST_CHECK(s3.sent(f)); } -BOOST_AUTO_TEST_CASE(testReplay) { +QPID_AUTO_TEST_CASE(testReplay) { // Replay of all frames. SessionState session(100); sent(session, "abc"); @@ -125,7 +125,7 @@ BOOST_AUTO_TEST_CASE(testReplay) { } -BOOST_AUTO_TEST_CASE(testReceived) { +QPID_AUTO_TEST_CASE(testReceived) { // Check that we request acks at the right interval. AMQContentBody f; SessionState s1(1); |