diff options
| author | Gordon Sim <gsim@apache.org> | 2007-07-24 14:08:32 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-07-24 14:08:32 +0000 |
| commit | 9f120205e0d7a0b2666b9fd21a5296db07e32fd8 (patch) | |
| tree | b263ca1fa1863eca341d370dc5dd29ef97bc91bd /python/tests_0-9 | |
| parent | 6aa2316d7712a709e9782919afd2a14cfaafc7a9 (diff) | |
| download | qpid-python-9f120205e0d7a0b2666b9fd21a5296db07e32fd8.tar.gz | |
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
Diffstat (limited to 'python/tests_0-9')
| -rw-r--r-- | python/tests_0-9/broker.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
