[Erp5-report] r31681 kazuhiko - /erp5/trunk/products/ERP5/tests/testERP5Simulation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 11 15:26:40 CET 2010


Author: kazuhiko
Date: Mon Jan 11 15:26:38 2010
New Revision: 31681

URL: http://svn.erp5.org?rev=31681&view=rev
Log:
install erp5_simulation_core before erp5_simulation.

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

Modified: erp5/trunk/products/ERP5/tests/testERP5Simulation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5Simulation.py?rev=31681&r1=31680&r2=31681&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] Mon Jan 11 15:26:38 2010
@@ -41,7 +41,7 @@
 class TestERP5SimulationMixin(TestPackingListMixin):
   def getBusinessTemplateList(self):
     return list(TestPackingListMixin.getBusinessTemplateList(self)) + \
-           ['erp5_simulation',]
+           ['erp5_simulation_core', 'erp5_simulation',]
 
   def afterSetUp(self, quiet=1, run=1):
     TestPackingListMixin.afterSetUp(self, quiet, run)




More information about the Erp5-report mailing list