From aa03101b16f08753cb69348b52ce5abd0ccc806e Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 14 Aug 2009 20:37:18 +0000 Subject: 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 --- qpid/python/tests_0-10/management.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qpid/python/tests_0-10') 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) -- cgit v1.2.1