Commit 24ad0dc7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

install erp5_simulation_core before erp5_simulation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31681 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d273d1a3
......@@ -41,7 +41,7 @@ from testPackingList import TestPackingList, TestPackingListMixin
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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment