Commit 80515ba8 authored by Rafael Monnerat's avatar Rafael Monnerat

testSlapOSMixin: Replace myisam by mroonga for full text engine

parent b8330731
......@@ -238,7 +238,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
'erp5_mysql_innodb_catalog',
'erp5_upgrader',
'slapos_upgrader',
'erp5_full_text_myisam_catalog',
'erp5_full_text_mroonga_catalog',
'erp5_core_proxy_field_legacy',
'erp5_base',
'erp5_administration',
......@@ -331,7 +331,7 @@ class testSlapOSMixin(ERP5TypeTestCase):
Install the business templates.
"""
result = [
'erp5_full_text_myisam_catalog',
'erp5_full_text_mroonga_catalog',
'erp5_core_proxy_field_legacy',
'erp5_base',
'erp5_accounting',
......
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