summaryrefslogtreecommitdiff
path: root/cpp/src/tests/MessagingSessionTests.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-11-17 10:52:53 +0000
committerGordon Sim <gsim@apache.org>2009-11-17 10:52:53 +0000
commit573d0e349b2766035538260b298beb29b78598b6 (patch)
tree3d62b08e651ea78d38cf58be39650eb27187c00b /cpp/src/tests/MessagingSessionTests.cpp
parentdfeb9089cd7702cb70e170fcf5f5d01cbbde080c (diff)
downloadqpid-python-573d0e349b2766035538260b298beb29b78598b6.tar.gz
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
Diffstat (limited to 'cpp/src/tests/MessagingSessionTests.cpp')
-rw-r--r--cpp/src/tests/MessagingSessionTests.cpp4
1 files changed, 0 insertions, 4 deletions
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;