From 6536b1dcdee2da5db3554d47aa1cd694e8cb8f11 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Mon, 25 Jan 2010 17:58:11 +0000 Subject: QPID-2261: fix path to modules. git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@902894 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/qmf2/tests/basic_query.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'qpid/python/qmf2/tests/basic_query.py') diff --git a/qpid/python/qmf2/tests/basic_query.py b/qpid/python/qmf2/tests/basic_query.py index 46dc87f4a1..2009f5c594 100644 --- a/qpid/python/qmf2/tests/basic_query.py +++ b/qpid/python/qmf2/tests/basic_query.py @@ -174,7 +174,7 @@ class BaseTest(unittest.TestCase): # synchronous query for all objects by id # verify known object ids are returned self.notifier = _testNotifier() - self.console = qmf.qmfConsole.Console(notifier=self.notifier, + self.console = qmf2.console.Console(notifier=self.notifier, agent_timeout=3) self.conn = qpid.messaging.Connection(self.broker.host, self.broker.port, @@ -206,7 +206,7 @@ class BaseTest(unittest.TestCase): # synchronous query for each objects # verify objects and schemas are correct self.notifier = _testNotifier() - self.console = qmf.qmfConsole.Console(notifier=self.notifier, + self.console = qmf2.console.Console(notifier=self.notifier, agent_timeout=3) self.conn = qpid.messaging.Connection(self.broker.host, self.broker.port, @@ -248,7 +248,7 @@ class BaseTest(unittest.TestCase): # find agents # synchronous query all package names self.notifier = _testNotifier() - self.console = qmf.qmfConsole.Console(notifier=self.notifier, + self.console = qmf2.console.Console(notifier=self.notifier, agent_timeout=3) self.conn = qpid.messaging.Connection(self.broker.host, self.broker.port, @@ -276,7 +276,7 @@ class BaseTest(unittest.TestCase): # find agents # synchronous query for all schema by package name self.notifier = _testNotifier() - self.console = qmf.qmfConsole.Console(notifier=self.notifier, + self.console = qmf2.console.Console(notifier=self.notifier, agent_timeout=3) self.conn = qpid.messaging.Connection(self.broker.host, self.broker.port, @@ -310,7 +310,7 @@ class BaseTest(unittest.TestCase): # find agents # synchronous query for all schema by package name self.notifier = _testNotifier() - self.console = qmf.qmfConsole.Console(notifier=self.notifier, + self.console = qmf2.console.Console(notifier=self.notifier, agent_timeout=3) self.conn = qpid.messaging.Connection(self.broker.host, self.broker.port, -- cgit v1.2.1