From b56d710804bfa3d94e378efeae10e66885d818a7 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 26 Nov 2008 15:08:07 +0000 Subject: Fix typo. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@720897 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src') 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); -- cgit v1.2.1