From 0764ce632858991b99db0ef96cbd64b36e492b7a Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 24 Jul 2007 14:27:31 +0000 Subject: Initial support for latest approved 0-10 xml (with some transitional hacks included). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@559059 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/QueueTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 eb9d567b82..fad2702f38 100644 --- a/qpid/cpp/src/tests/QueueTest.cpp +++ b/qpid/cpp/src/tests/QueueTest.cpp @@ -69,7 +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)); + new BasicMessage(0, exchange, routingKey, false, false)); } void testConsumers(){ -- cgit v1.2.1