summaryrefslogtreecommitdiff
path: root/qpid/python
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-06-25 18:57:59 +0000
committerRafael H. Schloming <rhs@apache.org>2010-06-25 18:57:59 +0000
commitf45e21878e4bc92a3e76e5291344099a294afe18 (patch)
tree61f2a9f9b6f861b0fd384e5ea293bb9350552ddb /qpid/python
parent1be5e27dfdde0f99912cc3bd510816fbf64af2c1 (diff)
downloadqpid-python-f45e21878e4bc92a3e76e5291344099a294afe18.tar.gz
fix timeout tests to not leave queues lying around
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@958077 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python')
-rw-r--r--qpid/python/qpid/tests/messaging/endpoints.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/qpid/tests/messaging/endpoints.py b/qpid/python/qpid/tests/messaging/endpoints.py
index b064d62c21..c01f16e73c 100644
--- a/qpid/python/qpid/tests/messaging/endpoints.py
+++ b/qpid/python/qpid/tests/messaging/endpoints.py
@@ -267,7 +267,7 @@ class TimeoutTests(Base):
return self.ssn.sender("amq.topic")
def setup_receiver(self):
- return self.ssn.receiver("amq.topic")
+ return self.ssn.receiver("amq.topic; {link: {reliability: unreliable}}")
def teardown_connection(self, conn):
try: