diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-03-10 19:12:09 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-03-10 19:12:09 +0000 |
| commit | 1886bd80e9984a963dd0688ba2814db65a728cea (patch) | |
| tree | 60e66072f70928b6b8e3aa273f84efa4faa69893 /qpid/python/tests_0-10/queue.py | |
| parent | 6128ccc4ae46f1cfdc9d3354a05c563f14be9816 (diff) | |
| download | qpid-python-1886bd80e9984a963dd0688ba2814db65a728cea.tar.gz | |
renamed datatypes.Struct.type -> datatypes.Struct._type; this avoids naming conflicts with metadata-driven fields; moved argument validation -> datatypes.Struct and improved error checking; improved datatypes.Struct.__repr__
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@635660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-10/queue.py')
| -rw-r--r-- | qpid/python/tests_0-10/queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/tests_0-10/queue.py b/qpid/python/tests_0-10/queue.py index dba732d415..bacbc60bc1 100644 --- a/qpid/python/tests_0-10/queue.py +++ b/qpid/python/tests_0-10/queue.py @@ -269,7 +269,7 @@ class QueueTests(TestBase010): session = self.conn.session("replacement", 2) #empty queue: - session.message_subscribe(session, destination="consumer_tag", queue="delete-me-2") + session.message_subscribe(destination="consumer_tag", queue="delete-me-2") session.message_flow(destination="consumer_tag", unit=0, value=0xFFFFFFFF) session.message_flow(destination="consumer_tag", unit=1, value=0xFFFFFFFF) queue = session.incoming("consumer_tag") |
