summaryrefslogtreecommitdiff
path: root/python/tests_0-10/queue.py
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-22 12:05:52 +0000
committerGordon Sim <gsim@apache.org>2008-04-22 12:05:52 +0000
commit61959e29ee69f9cebb61b845272eededaec6f11e (patch)
tree2900fad5b05b665219197e2cbd6c7254b476d09e /python/tests_0-10/queue.py
parent2b8e82875776feb8393c7791975acc9cf9fdb5e1 (diff)
downloadqpid-python-61959e29ee69f9cebb61b845272eededaec6f11e.tar.gz
QPID-944: do no-local checking where requested when there is an exclusive subscription active
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@650450 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests_0-10/queue.py')
-rw-r--r--python/tests_0-10/queue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-10/queue.py b/python/tests_0-10/queue.py
index 758794dd52..97e7a92b87 100644
--- a/python/tests_0-10/queue.py
+++ b/python/tests_0-10/queue.py
@@ -223,7 +223,7 @@ class QueueTests(TestBase010):
session.message_transfer(message=Message(session.delivery_properties(routing_key="delete-me"), "b"))
session.message_transfer(message=Message(session.delivery_properties(routing_key="delete-me"), "c"))
session.queue_delete(queue="delete-me")
- #check that it has gone be declaring passively
+ #check that it has gone by declaring passively
try:
session.queue_declare(queue="delete-me", passive=True)
self.fail("Queue has not been deleted")