From 18942e1c15b17399b5fc4fc19e37cf0fcc9c0d8e Mon Sep 17 00:00:00 2001 From: Ivan Tyagov <ivan@nexedi.com> Date: Mon, 21 Feb 2011 09:05:14 +0000 Subject: [PATCH] Add requried bt5s. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43509 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/tests/testERP5eGov.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/product/ERP5/tests/testERP5eGov.py b/product/ERP5/tests/testERP5eGov.py index ce9ff4a0a4..7530c0e8b4 100644 --- a/product/ERP5/tests/testERP5eGov.py +++ b/product/ERP5/tests/testERP5eGov.py @@ -63,10 +63,12 @@ class TestEgov(ERP5TypeTestCase): def getBusinessTemplateList(self): """return list of business templates to be installed. """ - bt_list = ['erp5_base', + bt_list = ['erp5_core_proxy_field_legacy', + 'erp5_full_text_myisam_catalog', + 'erp5_base', 'erp5_web', - 'erp5_xhtml_style', - 'erp5_ingestion', + 'erp5_ingestion_mysql_innodb_catalog', + 'erp5_ingestion', 'erp5_dms', 'erp5_egov_mysql_innodb_catalog', 'erp5_egov'] -- 2.30.9