From 9f120205e0d7a0b2666b9fd21a5296db07e32fd8 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 24 Jul 2007 14:08:32 +0000 Subject: Some initial 0-10 support including placeholders for new domains, use of execution layer for synchronising methods with no explicit responses and a new set of tests (mainly just copies of the 0-9 ones, but these will be altered as 0-10 support progresses). git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@559055 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests_0-9/broker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tests_0-9') diff --git a/python/tests_0-9/broker.py b/python/tests_0-9/broker.py index 30eda03d48..03b4132d3e 100644 --- a/python/tests_0-9/broker.py +++ b/python/tests_0-9/broker.py @@ -27,7 +27,7 @@ class BrokerTests(TestBase): def test_ack_and_no_ack(self): """ First, this test tries to receive a message with a no-ack - consumer. Second, this test tries to explicitely receive and + consumer. Second, this test tries to explicitly receive and acknowledge a message with an acknowledging consumer. """ ch = self.channel -- cgit v1.2.1