Commit 48bf5ad7 authored by Ivan Tyagov's avatar Ivan Tyagov

Use by default MyISAM full text catalog.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42815 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 31b44910
......@@ -137,7 +137,7 @@ class TestDocumentMixin(ERP5TypeTestCase):
return getattr(self.getPortal(),'document_module')
def getBusinessTemplateList(self):
return ('erp5_base',
return ('erp5_full_text_myisam_catalog','erp5_base',
'erp5_ingestion', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_web', 'erp5_dms')
......
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