summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/src/tests/cluster_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster_test.cpp b/cpp/src/tests/cluster_test.cpp
index e1a18d883e..862860693e 100644
--- a/cpp/src/tests/cluster_test.cpp
+++ b/cpp/src/tests/cluster_test.cpp
@@ -347,7 +347,7 @@ QPID_AUTO_TEST_CASE(testUnacked) {
// Complete the empty credit message, should unblock the message behind it.
BOOST_CHECK_THROW(q3.get(0), Exception);
- C0.session.markCompleted(SequenceSet(m31.getId()), true);
+ c0.session.markCompleted(SequenceSet(m31.getId()), true);
BOOST_CHECK_EQUAL(q3.get(TIME_SEC).getData(), "32");
BOOST_CHECK_EQUAL(c0.session.queueQuery("q3").getMessageCount(), 0u);
BOOST_CHECK_EQUAL(c1.session.queueQuery("q3").getMessageCount(), 0u);