summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/QueueTest.cpp
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2011-03-09 16:05:35 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2011-03-09 16:05:35 +0000
commit254e566ce4bd8bf184734e36e3e2f33c277df0a2 (patch)
tree1e01451443429896803afcba71868260a0703780 /qpid/cpp/src/tests/QueueTest.cpp
parent7d3c3749230b075472df2eac5961221818644163 (diff)
downloadqpid-python-254e566ce4bd8bf184734e36e3e2f33c277df0a2.tar.gz
QPID-3073: merge to 0.10 branch.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/0.10@1079864 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/QueueTest.cpp')
-rw-r--r--qpid/cpp/src/tests/QueueTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/QueueTest.cpp b/qpid/cpp/src/tests/QueueTest.cpp
index fd30a98ac0..2059727e7b 100644
--- a/qpid/cpp/src/tests/QueueTest.cpp
+++ b/qpid/cpp/src/tests/QueueTest.cpp
@@ -88,8 +88,6 @@ intrusive_ptr<Message> create_message(std::string exchange, std::string routingK
msg->getFrames().append(method);
msg->getFrames().append(header);
msg->getFrames().getHeaders()->get<DeliveryProperties>(true)->setRoutingKey(routingKey);
- boost::shared_ptr<AsyncCompletion>dc(new DummyCompletion());
- msg->setIngressCompletion(dc);
return msg;
}