summaryrefslogtreecommitdiff
path: root/qpid/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
commit07c5f4f82705b4d9ab23f77c5a16b721d40618d4 (patch)
treeb715c7e14a52660f236f3ae9360da60fb51efb72 /qpid/cpp/src/tests/cluster_test.cpp
parent74af48dc49657935034032976805ab48ca13c1ed (diff)
downloadqpid-python-07c5f4f82705b4d9ab23f77c5a16b721d40618d4.tar.gz
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster_test.cpp')
-rw-r--r--qpid/cpp/src/tests/cluster_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster_test.cpp b/qpid/cpp/src/tests/cluster_test.cpp
index e1a18d883e..862860693e 100644
--- a/qpid/cpp/src/tests/cluster_test.cpp
+++ b/qpid/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);