diff options
Diffstat (limited to 'cpp/src/tests/MessagingSessionTests.cpp')
-rw-r--r-- | cpp/src/tests/MessagingSessionTests.cpp | 4 |
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; |