[Erp5-report] r43401 jerome - /erp5/trunk/products/ERP5/tests/testAccounting.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 17 10:12:15 CET 2011


Author: jerome
Date: Thu Feb 17 10:12:15 2011
New Revision: 43401

URL: http://svn.erp5.org?rev=43401&view=rev
Log:
install erp5_core_proxy_field_legacy

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=43401&r1=43400&r2=43401&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testAccounting.py [utf8] Thu Feb 17 10:12:15 2011
@@ -3291,8 +3291,9 @@ class TestAccountingWithSequences(ERP5Ty
 
   def getBusinessTemplateList(self):
     """Returns list of BT to be installed."""
-    return ('erp5_base', 'erp5_pdm', 'erp5_simulation', 'erp5_trade',
-            'erp5_accounting', 'erp5_simulation_test')
+    return ('erp5_core_proxy_field_legacy', 'erp5_base', 'erp5_pdm',
+            'erp5_simulation', 'erp5_trade', 'erp5_accounting',
+            'erp5_simulation_test')
 
   # XXX
   def playSequence(self, sequence_string, quiet=1) :



More information about the Erp5-report mailing list