From cde67e2e3e6a0b49f153ce61b22f0cce273e51b0 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 10 Sep 2010 14:24:20 +0000 Subject: added extra assertion to check that deletion of default exchanges doesn't work git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995803 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/tests/messaging/endpoints.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/qpid/tests/messaging/endpoints.py') 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 -- cgit v1.2.1