[Erp5-report] r44556 aurel - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 24 11:54:42 CET 2011


Author: aurel
Date: Thu Mar 24 11:54:42 2011
New Revision: 44556

URL: http://svn.erp5.org?rev=44556&view=rev
Log:
we need the proxy field legacy bt5 in order to debug tests using browser

Modified:
    erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py

Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=44556&r1=44555&r2=44556&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py [utf8] Thu Mar 24 11:54:42 2011
@@ -51,7 +51,8 @@ class TestERP5BankingMixin(ERP5TypeTestC
       the unit test framework in order to know which business templates
       need to be installed to run the test on.
     """
-    return ('erp5_base',
+    return ('erp5_core_proxy_field_legacy',
+            'erp5_base',
             'erp5_pdm',
             'erp5_trade',
             'erp5_accounting',



More information about the Erp5-report mailing list