diff options
| author | Gordon Sim <gsim@apache.org> | 2007-09-03 17:35:35 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-09-03 17:35:35 +0000 |
| commit | 7f9a19a373454f3ca68a2fdb42e7bdb69cae04ca (patch) | |
| tree | 526bd85fce0f6b7a5ea6a929513ea17269828230 /qpid/cpp/src/tests/TxAckTest.cpp | |
| parent | 24da8ddb4a9f865fd6f0f192b1ff8d83816dd641 (diff) | |
| download | qpid-python-7f9a19a373454f3ca68a2fdb42e7bdb69cae04ca.tar.gz | |
Initial implementation (plus very simple tests) of message.acquire, message.release, message.reject and message.flush.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@572394 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/TxAckTest.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/TxAckTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/TxAckTest.cpp b/qpid/cpp/src/tests/TxAckTest.cpp index 65426e4e21..34d0bcd156 100644 --- a/qpid/cpp/src/tests/TxAckTest.cpp +++ b/qpid/cpp/src/tests/TxAckTest.cpp @@ -78,7 +78,7 @@ public: messages.push_back(msg); QueuedMessage qm; qm.payload = msg; - deliveries.push_back(DeliveryRecord(qm, queue, "xyz", (i+1))); + deliveries.push_back(DeliveryRecord(qm, queue, "xyz", (i+1), true)); } //assume msgs 1-5, 7 and 9 are all acked (i.e. 6, 8 & 10 are not) |
