diff options
Diffstat (limited to 'qpid/python/qmf2/tests/obj_gets.py')
| -rw-r--r-- | qpid/python/qmf2/tests/obj_gets.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/python/qmf2/tests/obj_gets.py b/qpid/python/qmf2/tests/obj_gets.py index f9be25409f..50d585a718 100644 --- a/qpid/python/qmf2/tests/obj_gets.py +++ b/qpid/python/qmf2/tests/obj_gets.py @@ -213,7 +213,7 @@ class BaseTest(unittest.TestCase): self.broker.user, self.broker.password) self.conn.connect() - self.console.addConnection(self.conn) + self.console.add_connection(self.conn) for agent_app in self.agents: aname = agent_app.agent.get_name() @@ -271,7 +271,7 @@ class BaseTest(unittest.TestCase): self.broker.user, self.broker.password) self.conn.connect() - self.console.addConnection(self.conn) + self.console.add_connection(self.conn) agent_list = [] for agent_app in self.agents: @@ -343,7 +343,7 @@ class BaseTest(unittest.TestCase): self.broker.user, self.broker.password) self.conn.connect() - self.console.addConnection(self.conn) + self.console.add_connection(self.conn) agent_list = [] for agent_app in self.agents: |
