From 6577b14632d81c15482cb0793e01166cdb28eaff Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 10 Aug 2007 14:51:08 +0000 Subject: Broker management of message acknowledgements now runs entirely off execution layer. Flow control support. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@564611 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/TxAckTest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp/src/tests/TxAckTest.cpp') diff --git a/cpp/src/tests/TxAckTest.cpp b/cpp/src/tests/TxAckTest.cpp index df9fa89501..a5d9eb69a5 100644 --- a/cpp/src/tests/TxAckTest.cpp +++ b/cpp/src/tests/TxAckTest.cpp @@ -77,9 +77,9 @@ public: } //assume msgs 1-5, 7 and 9 are all acked (i.e. 6, 8 & 10 are not) - acked.range = 5; - acked.individual.push_back(7); - acked.individual.push_back(9); + acked.mark = 5; + acked.update(7, 7); + acked.update(9, 9); } void testPrepare() -- cgit v1.2.1