diff options
author | Ted Ross <tross@apache.org> | 2009-11-11 20:01:13 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-11-11 20:01:13 +0000 |
commit | 6c8014cba0e7daf138dcb2360deb4a2f26bfde53 (patch) | |
tree | e5882debf74f5ffdcf6f8d9f375e04df931de4ee /cpp/bindings/qmf/tests/python_console.py | |
parent | 0bfe9e49c05471caac6ccfe937a2bd2c1b47e1ae (diff) | |
download | qpid-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-x | cpp/bindings/qmf/tests/python_console.py | 2 |
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 |