summaryrefslogtreecommitdiff
path: root/qpid/python/tests_0-10
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-08-14 20:37:18 +0000
committerTed Ross <tross@apache.org>2009-08-14 20:37:18 +0000
commitaa03101b16f08753cb69348b52ce5abd0ccc806e (patch)
treefb3344a75c7b4dc97dab860351c6198326fe938f /qpid/python/tests_0-10
parentadb187f9c3ea1326c9b2164841e40a92568137fc (diff)
downloadqpid-python-aa03101b16f08753cb69348b52ce5abd0ccc806e.tar.gz
Fixed regression (caused by Codec change) in the old management API.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@804363 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/tests_0-10')
-rw-r--r--qpid/python/tests_0-10/management.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/python/tests_0-10/management.py b/qpid/python/tests_0-10/management.py
index 5cd0caba40..51c2a687cb 100644
--- a/qpid/python/tests_0-10/management.py
+++ b/qpid/python/tests_0-10/management.py
@@ -29,13 +29,13 @@ class ManagementTest (TestBase010):
Tests for the management hooks
"""
- def disabled_test_broker_connectivity_oldAPI (self):
+ def test_broker_connectivity_oldAPI (self):
"""
Call the "echo" method on the broker to verify it is alive and talking.
"""
session = self.session
- mc = managementClient (session.spec)
+ mc = managementClient ()
mch = mc.addChannel (session)
mc.syncWaitForStable (mch)