Commit 046dd013 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@42818 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d10c86e
...@@ -98,7 +98,7 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor): ...@@ -98,7 +98,7 @@ class TestERP5Catalog(ERP5TypeTestCase, LogInterceptor):
return "ERP5Catalog" return "ERP5Catalog"
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base',) return ('erp5_full_text_myisam_catalog', 'erp5_base',)
# Different variables used for this test # Different variables used for this test
run_all_test = 1 run_all_test = 1
......
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