From b264a276f994526ce24062c3f852fdd658857d29 Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 27 Mar 2009 20:46:24 +0000 Subject: QPID-1702 QPID-1706 Updated qmf console in Python and Ruby - Added support for asynchronous method invocation - Added option to override timeout for method request and get request - Added exception handler in delegates.rb to catch Sasl errors - Added tests for the async method features git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@759341 13f79535-47bb-0310-9956-ffa450edef68 --- python/qpid/testlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/qpid/testlib.py') diff --git a/python/qpid/testlib.py b/python/qpid/testlib.py index 7f5ac1fcd2..114a56de08 100644 --- a/python/qpid/testlib.py +++ b/python/qpid/testlib.py @@ -365,8 +365,8 @@ class TestBase010(unittest.TestCase): self.session = self.conn.session("test-session", timeout=10) self.qmf = None - def startQmf(self): - self.qmf = qmf.console.Session() + def startQmf(self, handler=None): + self.qmf = qmf.console.Session(handler) self.qmf_broker = self.qmf.addBroker(str(testrunner.url)) def connect(self, host=None, port=None): -- cgit v1.2.1