summaryrefslogtreecommitdiff
path: root/qpid/python/tests_0-10/example.py
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-07-27 15:44:52 +0000
committerGordon Sim <gsim@apache.org>2007-07-27 15:44:52 +0000
commita2f1ddbe4175c6136b1188faeccaf1f8e561e3b2 (patch)
treefec659c6eb749cf6eca5b790a439962dd930281d /qpid/python/tests_0-10/example.py
parent6054ada715929a82afa55601f1c4b5f226cf45b8 (diff)
downloadqpid-python-a2f1ddbe4175c6136b1188faeccaf1f8e561e3b2.tar.gz
Use execution layer to acknowledge messages.
Turn off 0-9 framing of requests and responses. Some refactoring around message delivery. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@560285 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-10/example.py')
-rw-r--r--qpid/python/tests_0-10/example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/tests_0-10/example.py b/qpid/python/tests_0-10/example.py
index 7ab4cc7d0a..dc71b0590b 100644
--- a/qpid/python/tests_0-10/example.py
+++ b/qpid/python/tests_0-10/example.py
@@ -90,5 +90,5 @@ class ExampleTest (TestBase):
self.assertEqual(body, msg.body)
# Now acknowledge the message.
- msg.ok()
+ msg.complete()