diff options
| author | Gordon Sim <gsim@apache.org> | 2008-01-17 13:04:56 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2008-01-17 13:04:56 +0000 |
| commit | abb014cca3fdb3ffe1c5008c2481a09410d07b49 (patch) | |
| tree | 856943bd587f3ae838248db146c583b4574c84f8 /python | |
| parent | a2341ac1aabcaf7f367d05f74438de982d5e35b5 (diff) | |
| download | qpid-python-abb014cca3fdb3ffe1c5008c2481a09410d07b49.tar.gz | |
Set the exchange field in delivery properties on the broker.
(required an adjustment to the size of messages in the bytes based credit test)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@612805 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
| -rw-r--r-- | python/tests_0-10/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-10/message.py b/python/tests_0-10/message.py index fbd3d255de..1daaad9ba1 100644 --- a/python/tests_0-10/message.py +++ b/python/tests_0-10/message.py @@ -480,7 +480,7 @@ class MessageTests(TestBase): channel.message_transfer(content=Content(properties={'routing_key' : "q"}, body = "abcdefgh")) #each message is currently interpreted as requiring msg_size bytes of credit - msg_size = 34 + msg_size = 35 #set byte credit to finite amount (less than enough for all messages) channel.message_flow(unit = 1, value = msg_size*5, destination = "c") |
