summaryrefslogtreecommitdiff
path: root/qpid/python/tests/broker.py
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-10-11 08:24:42 +0000
committerGordon Sim <gsim@apache.org>2006-10-11 08:24:42 +0000
commitdeff1e751c9d0c1baec2d0b7a9e5b88d5668a861 (patch)
treeaa158805ed0f59256228e10e23da780a2057fe10 /qpid/python/tests/broker.py
parent2da7f5de1cd0fe638538d11e953bb458852da345 (diff)
downloadqpid-python-deff1e751c9d0c1baec2d0b7a9e5b88d5668a861.tar.gz
Implementation of basic_get.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@462729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests/broker.py')
-rw-r--r--qpid/python/tests/broker.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/qpid/python/tests/broker.py b/qpid/python/tests/broker.py
index f7cb3bcef3..173391c91b 100644
--- a/qpid/python/tests/broker.py
+++ b/qpid/python/tests/broker.py
@@ -45,8 +45,6 @@ class BrokerTests(TestBase):
msg = self.client.queue(ctag).get(timeout = 5)
ch.basic_ack(delivery_tag = msg.delivery_tag)
self.assert_(msg.content.body == body)
-
- # TODO: Ensure we get a failure if an ack consumer doesn't ack.
def test_basic_delivery_immediate(self):
"""