diff options
| author | Ted Ross <tross@apache.org> | 2009-08-14 20:37:18 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-08-14 20:37:18 +0000 |
| commit | 8ffbc0f18d4c381f02e7179253539a37307a1445 (patch) | |
| tree | 7b9cf3d2eb139064c883d0fe3b0d97d5c97a20ce /python/tests_0-10 | |
| parent | b4305f3e4a2390bdd56f4aacb150a30d3645e824 (diff) | |
| download | qpid-python-8ffbc0f18d4c381f02e7179253539a37307a1445.tar.gz | |
Fixed regression (caused by Codec change) in the old management API.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@804363 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/tests_0-10')
| -rw-r--r-- | python/tests_0-10/management.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests_0-10/management.py b/python/tests_0-10/management.py index 5cd0caba40..51c2a687cb 100644 --- a/python/tests_0-10/management.py +++ b/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) |
