summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/tests/python_console.py
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-11-11 20:01:13 +0000
committerTed Ross <tross@apache.org>2009-11-11 20:01:13 +0000
commit6c8014cba0e7daf138dcb2360deb4a2f26bfde53 (patch)
treee5882debf74f5ffdcf6f8d9f375e04df931de4ee /cpp/bindings/qmf/tests/python_console.py
parent0bfe9e49c05471caac6ccfe937a2bd2c1b47e1ae (diff)
downloadqpid-python-6c8014cba0e7daf138dcb2360deb4a2f26bfde53.tar.gz
Disabled user-id test from the pure python console. This needs to be re-designed following
the update to SASL on Python. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@835040 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf/tests/python_console.py')
-rwxr-xr-xcpp/bindings/qmf/tests/python_console.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf/tests/python_console.py b/cpp/bindings/qmf/tests/python_console.py
index e7fa78f3a2..798e4dddda 100755
--- a/cpp/bindings/qmf/tests/python_console.py
+++ b/cpp/bindings/qmf/tests/python_console.py
@@ -128,7 +128,7 @@ class QmfInteropTests(TestBase010):
self.assertEqual(parent.int16val, -1000)
self.assertEqual(parent.int8val, -100)
- def test_D_userid_for_method(self):
+ def disabled_test_D_userid_for_method(self):
self.startQmf();
qmf = self.qmf