diff options
| author | Gordon Sim <gsim@apache.org> | 2009-11-17 10:52:53 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2009-11-17 10:52:53 +0000 |
| commit | 2358933d2c2b81aa5517c6419ebc2a1359166b59 (patch) | |
| tree | 9bc01bae752d4ec8e1e7e8f44d1a664e296af7d3 /qpid/cpp/src/tests/MessagingSessionTests.cpp | |
| parent | 90dac069f01e048a2eebc93d3547307ac98f0cd0 (diff) | |
| download | qpid-python-2358933d2c2b81aa5517c6419ebc2a1359166b59.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@881237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/MessagingSessionTests.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/MessagingSessionTests.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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; |
