diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/qpid/tests/messaging/endpoints.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/tests/messaging/endpoints.py b/python/qpid/tests/messaging/endpoints.py index b360482747..185a90b994 100644 --- a/python/qpid/tests/messaging/endpoints.py +++ b/python/qpid/tests/messaging/endpoints.py @@ -1029,6 +1029,7 @@ class AddressTests(Base): snd.send("asdf") try: snd.close() + assert False, "successfully deleted amq.topic" except SessionError, e: assert "Cannot delete default exchange" in str(e) # XXX: need to figure out close after error |