[Erp5-report] r43701 mame - /erp5/trunk/products/ERP5/tests/testERP5CurrencyExchangeLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 24 19:43:28 CET 2011


Author: mame
Date: Thu Feb 24 19:43:28 2011
New Revision: 43701

URL: http://svn.erp5.org?rev=43701&view=rev
Log:
Install missing bts as object business_process_module/erp5_default_business_process
needed in the test was not found

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

Modified: erp5/trunk/products/ERP5/tests/testERP5CurrencyExchangeLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5CurrencyExchangeLine.py?rev=43701&r1=43700&r2=43701&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5CurrencyExchangeLine.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5CurrencyExchangeLine.py [utf8] Thu Feb 24 19:43:28 2011
@@ -74,8 +74,11 @@ class CurrencyExchangeTestCase(Accountin
     """
     return ('erp5_base',
             'erp5_pdm',
+            'erp5_simulation',
+            'erp5_trade',
             'erp5_accounting',
-            'erp5_accounting_ui_test'
+            'erp5_accounting_ui_test',
+            'erp5_simulation_test'
             )
 
 



More information about the Erp5-report mailing list