diff options
author | Gordon Sim <gsim@apache.org> | 2006-10-11 08:24:42 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-10-11 08:24:42 +0000 |
commit | 4fcd0a1f4d52dffe2c524af06882470dd4a48213 (patch) | |
tree | 7639836ccd43e6cf41372856735074fbb9e21443 /python/tests/broker.py | |
parent | 4b3a1e69274b04888866e3a239854dd061c57f98 (diff) | |
download | qpid-python-4fcd0a1f4d52dffe2c524af06882470dd4a48213.tar.gz |
Implementation of basic_get.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@462729 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests/broker.py')
-rw-r--r-- | python/tests/broker.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/tests/broker.py b/python/tests/broker.py index f7cb3bcef3..173391c91b 100644 --- a/python/tests/broker.py +++ b/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): """ |