diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-06-02 14:24:57 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-06-02 14:24:57 +0000 |
| commit | 7d4082b071338ab22293c633488b33fec120e604 (patch) | |
| tree | de2783e03b5ecfd0a7a3d6ed56aa4127fabf9b9c /python/qpid/testlib.py | |
| parent | 2c65d1b1024b035d46fcfa9c67c84d54f0d68cc7 (diff) | |
| download | qpid-python-7d4082b071338ab22293c633488b33fec120e604.tar.gz | |
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
Diffstat (limited to 'python/qpid/testlib.py')
| -rw-r--r-- | python/qpid/testlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
