From 7d4082b071338ab22293c633488b33fec120e604 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Tue, 2 Jun 2009 14:24:57 +0000 Subject: first commit of new messaging API and test harness git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781044 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/testlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/qpid/testlib.py') diff --git a/python/qpid/testlib.py b/python/qpid/testlib.py index 25137769bf..12b2781561 100644 --- a/python/qpid/testlib.py +++ b/python/qpid/testlib.py @@ -412,7 +412,7 @@ class TestBase010(unittest.TestCase): sock = connect(host or testrunner.host, port or testrunner.port) if testrunner.url.scheme == URL.AMQPS: sock = ssl(sock) - conn = Connection(sock, testrunner.spec, username=testrunner.user, + conn = Connection(sock, username=testrunner.user, password=testrunner.password) conn.start(timeout=10) return conn -- cgit v1.2.1