diff --git a/product/ERP5OOo/tests/testDms.py b/product/ERP5OOo/tests/testDms.py index ae429a574a92f9e5450d5e2ceb0ca0af1165addb..a352dbe301274938a2b9a9f9a2e6e414683c3d24 100644 --- a/product/ERP5OOo/tests/testDms.py +++ b/product/ERP5OOo/tests/testDms.py @@ -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')