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 | 713c0c114f8d344beb58d5f99d0cb602485399cf (patch) | |
| tree | da91f2d82f9bce5f5939d18db3526851ffd2ff95 /python/tests_0-10/queue.py | |
| parent | aeb6df01fad88c3202c9e30205ec60801d672d9c (diff) | |
| download | qpid-python-713c0c114f8d344beb58d5f99d0cb602485399cf.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/qpid@635660 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests_0-10/queue.py')
| -rw-r--r-- | python/tests_0-10/queue.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-10/queue.py b/python/tests_0-10/queue.py index dba732d415..bacbc60bc1 100644 --- a/python/tests_0-10/queue.py +++ b/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") |
