From 4fcd0a1f4d52dffe2c524af06882470dd4a48213 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 11 Oct 2006 08:24:42 +0000 Subject: Implementation of basic_get. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@462729 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests/broker.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'python/tests/broker.py') 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): """ -- cgit v1.2.1