From b87a1e9d27755e2f98792567c29a0625b92c8654 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 19 Jul 2007 08:27:36 +0000 Subject: removed the need to pass MethodContext/RequestId through proxy and handler/adapter interfaces git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@557522 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/TxAckTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/tests/TxAckTest.cpp') diff --git a/cpp/src/tests/TxAckTest.cpp b/cpp/src/tests/TxAckTest.cpp index 3b9b1db308..df9fa89501 100644 --- a/cpp/src/tests/TxAckTest.cpp +++ b/cpp/src/tests/TxAckTest.cpp @@ -69,8 +69,7 @@ public: { for(int i = 0; i < 10; i++){ Message::shared_ptr msg( - new BasicMessage(0, "exchange", "routing_key", false, false, - MockChannel::basicGetBody())); + new BasicMessage(0, "exchange", "routing_key", false, false)); msg->setHeader(AMQHeaderBody::shared_ptr(new AMQHeaderBody(BASIC))); msg->getHeaderProperties()->setDeliveryMode(PERSISTENT); messages.push_back(msg); -- cgit v1.2.1