diff options
| author | Gordon Sim <gsim@apache.org> | 2007-11-07 14:08:13 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2007-11-07 14:08:13 +0000 |
| commit | 941af7148965f32e7a660800b38882a55216cbf4 (patch) | |
| tree | e3607026362ce3705061414bbab88d75c52485d9 /qpid/python | |
| parent | 165ed89d2327fd6b9203cffbbc485bb6b9781ec5 (diff) | |
| download | qpid-python-941af7148965f32e7a660800b38882a55216cbf4.tar.gz | |
Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@592753 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
| -rw-r--r-- | qpid/python/tests_0-10/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/tests_0-10/message.py b/qpid/python/tests_0-10/message.py index cdd0969473..5d251a9c8e 100644 --- a/qpid/python/tests_0-10/message.py +++ b/qpid/python/tests_0-10/message.py @@ -441,7 +441,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 = 40 + msg_size = 34 #set byte credit to finite amount (less than enough for all messages) channel.message_flow(unit = 1, value = msg_size*5, destination = "c") |
