From 573d0e349b2766035538260b298beb29b78598b6 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/qpid@881237 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/MessagingSessionTests.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/src/tests/MessagingSessionTests.cpp') diff --git a/cpp/src/tests/MessagingSessionTests.cpp b/cpp/src/tests/MessagingSessionTests.cpp index 16455bc974..5b030f0f31 100644 --- a/cpp/src/tests/MessagingSessionTests.cpp +++ b/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