From 24ad0dc721bf76081a18c404ed0f0f0a62874b22 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Mon, 11 Jan 2010 14:26:38 +0000 Subject: [PATCH] install erp5_simulation_core before erp5_simulation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31681 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testERP5Simulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testERP5Simulation.py b/product/ERP5/tests/testERP5Simulation.py index abea42831b..de4f2b2cd0 100644 --- a/product/ERP5/tests/testERP5Simulation.py +++ b/product/ERP5/tests/testERP5Simulation.py @@ -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) -- 2.30.9