From ee4fe7a8f174454d4192e6f2ba4d89d593521e8d Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Wed, 11 Nov 2009 20:01:13 +0000 Subject: 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@835040 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/bindings/qmf/tests/python_console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/bindings/qmf/tests/python_console.py') diff --git a/qpid/cpp/bindings/qmf/tests/python_console.py b/qpid/cpp/bindings/qmf/tests/python_console.py index e7fa78f3a2..798e4dddda 100755 --- a/qpid/cpp/bindings/qmf/tests/python_console.py +++ b/qpid/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 -- cgit v1.2.1