summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-08-12 19:37:00 +0000
committerTed Ross <tross@apache.org>2009-08-12 19:37:00 +0000
commitcb935a57a6b2587c5a6df289e1b3e0e377cc2652 (patch)
tree441ed21ad80b74090f0b82d1f1eb49b5ffe33d9a /python
parentb47bbdb65b9caa4f4eabfe8d1988f440763a77c8 (diff)
downloadqpid-python-cb935a57a6b2587c5a6df289e1b3e0e377cc2652.tar.gz
Re-enable the management tests in 0-10
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803680 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python')
-rw-r--r--python/tests_0-10/__init__.py1
-rw-r--r--python/tests_0-10/management.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/python/tests_0-10/__init__.py b/python/tests_0-10/__init__.py
index 1fd7f72357..f9315a6f90 100644
--- a/python/tests_0-10/__init__.py
+++ b/python/tests_0-10/__init__.py
@@ -24,6 +24,7 @@ from broker import *
from dtx import *
from example import *
from exchange import *
+from management import *
from message import *
from query import *
from queue import *
diff --git a/python/tests_0-10/management.py b/python/tests_0-10/management.py
index 29394c6a7d..5cd0caba40 100644
--- a/python/tests_0-10/management.py
+++ b/python/tests_0-10/management.py
@@ -29,7 +29,7 @@ class ManagementTest (TestBase010):
Tests for the management hooks
"""
- def test_broker_connectivity_oldAPI (self):
+ def disabled_test_broker_connectivity_oldAPI (self):
"""
Call the "echo" method on the broker to verify it is alive and talking.
"""