[Erp5-report] r33681 nicolas.dumazet - /erp5/trunk/products/ERP5/tests/testERP5Interfaces.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Mar 12 07:00:12 CET 2010


Author: nicolas.dumazet
Date: Fri Mar 12 07:00:10 2010
New Revision: 33681

URL: http://svn.erp5.org?rev=33681&view=rev
Log:
Use a full, absolute import to avoid importing twice the backportUnittest module
using two different names, and not catching exceptions because of different module
paths

Modified:
    erp5/trunk/products/ERP5/tests/testERP5Interfaces.py

Modified: erp5/trunk/products/ERP5/tests/testERP5Interfaces.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Interfaces.py?rev=33681&r1=33680&r2=33681&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Interfaces.py [utf8] Fri Mar 12 07:00:10 2010
@@ -28,7 +28,7 @@
 
 from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
 from Products.ERP5Type.tests.testERP5TypeInterfaces import addTestMethodDynamically
-from backportUnittest import expectedFailure
+from Products.ERP5Type.tests.backportUnittest import expectedFailure
 import unittest
 
 # this list can be generated automatically using introspection or can be set




More information about the Erp5-report mailing list