summaryrefslogtreecommitdiff
path: root/qpid/cpp/broker/test/ChannelTest.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-10-12 10:04:53 +0000
committerGordon Sim <gsim@apache.org>2006-10-12 10:04:53 +0000
commit0fa9f4026bade25610d8dbb697a52ccb821aef16 (patch)
treeef9c5bec5471cc4fa3265104173aa5619995b5f9 /qpid/cpp/broker/test/ChannelTest.cpp
parent7a8359b48b9f8074d9b5e0ca3e44abef4d26d690 (diff)
downloadqpid-python-0fa9f4026bade25610d8dbb697a52ccb821aef16.tar.gz
Fixed bug causing ChannelTest.testDeliveryNoAck to fail intermittently.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@463179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/broker/test/ChannelTest.cpp')
-rw-r--r--qpid/cpp/broker/test/ChannelTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/broker/test/ChannelTest.cpp b/qpid/cpp/broker/test/ChannelTest.cpp
index 45498989f2..001a0d9c00 100644
--- a/qpid/cpp/broker/test/ChannelTest.cpp
+++ b/qpid/cpp/broker/test/ChannelTest.cpp
@@ -108,7 +108,7 @@ class ChannelTest : public CppUnit::TestCase
msg->addContent(body);
Queue::shared_ptr queue(new Queue("my_queue"));
- ConnectionToken* owner;
+ ConnectionToken* owner(0);
string tag("no_ack");
channel.consume(tag, queue, false, false, owner);