From 91dac8d15ccca911bcdab1079637afbe6f4fa504 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Fri, 25 Jun 2010 18:57:59 +0000 Subject: fix timeout tests to not leave queues lying around git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@958077 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/tests/messaging/endpoints.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/qpid/tests/messaging/endpoints.py b/python/qpid/tests/messaging/endpoints.py index b064d62c21..c01f16e73c 100644 --- a/python/qpid/tests/messaging/endpoints.py +++ b/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: -- cgit v1.2.1