diff options
Diffstat (limited to 'qpid/cpp/src/tests/legacystore/SimpleTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/legacystore/SimpleTest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/legacystore/SimpleTest.cpp b/qpid/cpp/src/tests/legacystore/SimpleTest.cpp index e03e005c3b..c769bdeb75 100644 --- a/qpid/cpp/src/tests/legacystore/SimpleTest.cpp +++ b/qpid/cpp/src/tests/legacystore/SimpleTest.cpp @@ -235,8 +235,8 @@ QPID_AUTO_TEST_CASE(QueueCreateWithSettings) recover(store, registry); Queue::shared_ptr queue = registry.find(name); BOOST_REQUIRE(queue); - BOOST_CHECK_EQUAL(settings.maxDepth.getCount(), 202); - BOOST_CHECK_EQUAL(settings.maxDepth.getSize(), 1003); + BOOST_CHECK_EQUAL(settings.maxDepth.getCount(), 202u); + BOOST_CHECK_EQUAL(settings.maxDepth.getSize(), 1003u); BOOST_CHECK_EQUAL(settings.maxDepth.getCount(), queue->getSettings().maxDepth.getCount()); BOOST_CHECK_EQUAL(settings.maxDepth.getSize(), queue->getSettings().maxDepth.getSize()); } |
