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 | dc07ee70d71b2347c95a63878ad1ac7fc954f703 (patch) | |
| tree | 01bf09cdd4add3a6ab86140b356fd88bef034751 /qpid/python/tests_0-9 | |
| parent | cd2d0d3cf3263f5dbf9291d4b755f7fa01c3a798 (diff) | |
| download | qpid-python-dc07ee70d71b2347c95a63878ad1ac7fc954f703.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@559055 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-9')
| -rw-r--r-- | qpid/python/tests_0-9/broker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/tests_0-9/broker.py b/qpid/python/tests_0-9/broker.py index 30eda03d48..03b4132d3e 100644 --- a/qpid/python/tests_0-9/broker.py +++ b/qpid/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 |
