[Erp5-report] r43426 lucas - /erp5/trunk/products/ERP5/tests/testERP5Commerce.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 17 15:58:21 CET 2011


Author: lucas
Date: Thu Feb 17 15:58:21 2011
New Revision: 43426

URL: http://svn.erp5.org?rev=43426&view=rev
Log:
Added legacy business template. It is required since r43337.

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

Modified: erp5/trunk/products/ERP5/tests/testERP5Commerce.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Commerce.py?rev=43426&r1=43425&r2=43426&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Commerce.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Commerce.py [utf8] Thu Feb 17 15:58:21 2011
@@ -99,7 +99,8 @@ class TestCommerce(ERP5TypeTestCase):
     """
       Return the list of required business templates.
     """
-    return ('erp5_base',
+    return ('erp5_core_proxy_field_legacy',
+            'erp5_base',
             'erp5_web',
             'erp5_pdm',
             'erp5_simulation',



More information about the Erp5-report mailing list