From 1f4463ff0c56261e2ee7f5a163ba2ba8ced80793 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@557522 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/QueueTest.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'qpid/cpp/src/tests/QueueTest.cpp') diff --git a/qpid/cpp/src/tests/QueueTest.cpp b/qpid/cpp/src/tests/QueueTest.cpp index ddf2314f8d..eb9d567b82 100644 --- a/qpid/cpp/src/tests/QueueTest.cpp +++ b/qpid/cpp/src/tests/QueueTest.cpp @@ -69,8 +69,7 @@ class QueueTest : public CppUnit::TestCase public: Message::shared_ptr message(std::string exchange, std::string routingKey) { return Message::shared_ptr( - new BasicMessage(0, exchange, routingKey, true, true, - MockChannel::basicGetBody())); + new BasicMessage(0, exchange, routingKey, true, true)); } void testConsumers(){ -- cgit v1.2.1