summaryrefslogtreecommitdiff
path: root/python/qmf2/tests/events.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/qmf2/tests/events.py')
-rw-r--r--python/qmf2/tests/events.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qmf2/tests/events.py b/python/qmf2/tests/events.py
index 25c749cffa..9ee6b6af8d 100644
--- a/python/qmf2/tests/events.py
+++ b/python/qmf2/tests/events.py
@@ -168,7 +168,7 @@ class BaseTest(unittest.TestCase):
except qpid.messaging.ConnectError, e:
raise Skipped(e)
- self.console.addConnection(self.conn)
+ self.console.add_connection(self.conn)
# find the agents
for aname in ["agent1", "agent2"]: