[Erp5-report] r43372 seb - /erp5/trunk/products/ERP5/tests/testAccounting.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 16 13:59:34 CET 2011


Author: seb
Date: Wed Feb 16 13:59:34 2011
New Revision: 43372

URL: http://svn.erp5.org?rev=43372&view=rev
Log:
accounting needs old proxy fields of erp5_core

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

Modified: erp5/trunk/products/ERP5/tests/testAccounting.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccounting.py?rev=43372&r1=43371&r2=43372&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] Wed Feb 16 13:59:34 2011
@@ -233,7 +233,8 @@ class AccountingTestCase(ERP5TypeTestCas
     # a dependancy of erp5_accounting_ui_test, because it's used to test
     # standalone accounting and only installs erp5_accounting_ui_test to have
     # some default content created.
-    return ('erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade',
+    return ('erp5_core_proxy_field_legacy',
+            'erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade',
             'erp5_accounting', 'erp5_project', 'erp5_accounting_ui_test',
             'erp5_ods_style', 'erp5_simulation_test')
 



More information about the Erp5-report mailing list