[Erp5-report] r26923 - /erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 12 13:44:22 CEST 2009


Author: jerome
Date: Tue May 12 13:44:19 2009
New Revision: 26923

URL: http://svn.erp5.org?rev=26923&view=rev
Log:
stop hiding deprecation warning. This was a wrong idea.

Modified:
    erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py

Modified: erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py?rev=26923&r1=26922&r2=26923&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/ERP5TypeTestCase.py [utf8] Tue May 12 13:44:19 2009
@@ -5,10 +5,6 @@
 #
 
 __version__ = '0.3.0'
-
-# XXX: Suppress DeprecationWarnings
-import warnings
-warnings.simplefilter('ignore', DeprecationWarning, append=1)
 
 # XXX make sure that get_request works.
 current_app = None




More information about the Erp5-report mailing list