You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by tr...@apache.org on 2009/11/11 21:01:13 UTC

svn commit: r835040 - /qpid/trunk/qpid/cpp/bindings/qmf/tests/python_console.py

Author: tross
Date: Wed Nov 11 20:01:13 2009
New Revision: 835040

URL: http://svn.apache.org/viewvc?rev=835040&view=rev
Log:
Disabled user-id test from the pure python console.  This needs to be re-designed following
the update to SASL on Python.

Modified:
    qpid/trunk/qpid/cpp/bindings/qmf/tests/python_console.py

Modified: qpid/trunk/qpid/cpp/bindings/qmf/tests/python_console.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/bindings/qmf/tests/python_console.py?rev=835040&r1=835039&r2=835040&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/bindings/qmf/tests/python_console.py (original)
+++ qpid/trunk/qpid/cpp/bindings/qmf/tests/python_console.py Wed Nov 11 20:01:13 2009
@@ -128,7 +128,7 @@
         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
 



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org