From 2358933d2c2b81aa5517c6419ebc2a1359166b59 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 17 Nov 2009 10:52:53 +0000 Subject: QPID-664: Cancel all senders and receivers on closing session; check queue/exchange exists before deleting. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881237 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/MessagingSessionTests.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'qpid/cpp/src/tests') diff --git a/qpid/cpp/src/tests/MessagingSessionTests.cpp b/qpid/cpp/src/tests/MessagingSessionTests.cpp index 16455bc974..5b030f0f31 100644 --- a/qpid/cpp/src/tests/MessagingSessionTests.cpp +++ b/qpid/cpp/src/tests/MessagingSessionTests.cpp @@ -607,10 +607,6 @@ struct DeletePolicyFixture : public MessagingFixture BOOST_CHECK(!exists(address)); break; case ALWAYS: - //Problematic case at present; multiple attempts to delete - //will result in all but one attempt failing and killing - //the session which is not desirable. TODO: better - //implementation of delete policy. s.cancel(); BOOST_CHECK(!exists(address)); break; -- cgit v1.2.1