summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2007-11-07 14:08:13 +0000
committerGordon Sim <gsim@apache.org>2007-11-07 14:08:13 +0000
commit5bec8a4a978290a8dd710870a04bd09e9f493c26 (patch)
tree30d924d21beceba4b26ab9d7f45b95b5b062e0cc /python
parentc57a75579978761a08a87b80841d845ae932db0c (diff)
downloadqpid-python-5bec8a4a978290a8dd710870a04bd09e9f493c26.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/qpid@592753 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/tests_0-10/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests_0-10/message.py b/python/tests_0-10/message.py
index cdd0969473..5d251a9c8e 100644
--- a/python/tests_0-10/message.py
+++ b/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")