summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster_test.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-11-26 15:08:07 +0000
committerAlan Conway <aconway@apache.org>2008-11-26 15:08:07 +0000
commitb56d710804bfa3d94e378efeae10e66885d818a7 (patch)
treec68987f0271f8b6e7f231a70cf6faf37168d88fa /cpp/src/tests/cluster_test.cpp
parentdef44b3c3362a0662ccaab30226ede72a85325d5 (diff)
downloadqpid-python-b56d710804bfa3d94e378efeae10e66885d818a7.tar.gz
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@720897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster_test.cpp')
-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);