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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jan 20 15:35:12 CET 2010


Author: kazuhiko
Date: Wed Jan 20 15:35:12 2010
New Revision: 31845

URL: http://svn.erp5.org?rev=31845&view=rev
Log:
merge erp5_simulation_core into 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=31845&r1=31844&r2=31845&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5Simulation.py [utf8] Wed Jan 20 15:35:12 2010
@@ -41,7 +41,7 @@
 class TestERP5SimulationMixin(TestPackingListMixin):
   def getBusinessTemplateList(self):
     return list(TestPackingListMixin.getBusinessTemplateList(self)) + \
-           ['erp5_simulation_core', 'erp5_simulation',]
+           ['erp5_simulation',]
 
   def afterSetUp(self, quiet=1, run=1):
     TestPackingListMixin.afterSetUp(self, quiet, run)




More information about the Erp5-report mailing list