summaryrefslogtreecommitdiff
path: root/python/qpid/tests/messaging.py
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-09-24 17:25:10 +0000
committerRafael H. Schloming <rhs@apache.org>2009-09-24 17:25:10 +0000
commitc20ddb1ec5f95ee7f9d85db22ef469a0fa027621 (patch)
treeec9766250516e09b1d7e79973e5ba7cf848887de /python/qpid/tests/messaging.py
parent9d23fd30e819f7176b9583fc2bd548f425e93831 (diff)
downloadqpid-python-c20ddb1ec5f95ee7f9d85db22ef469a0fa027621.tar.gz
added back exchange query on link establishment; added sender.sync()
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@818556 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qpid/tests/messaging.py')
-rw-r--r--python/qpid/tests/messaging.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/qpid/tests/messaging.py b/python/qpid/tests/messaging.py
index 7623c1f93b..fd7aca6ec7 100644
--- a/python/qpid/tests/messaging.py
+++ b/python/qpid/tests/messaging.py
@@ -611,6 +611,7 @@ class SenderTests(Base):
except InsufficientCapacity:
caught = True
break
+ self.snd.sync()
self.drain(self.rcv, expected=msgs)
self.ssn.acknowledge()
assert caught, "did not exceed capacity"