Commit 34ec455d authored by Vincent Pelletier's avatar Vincent Pelletier

testERP5Administration: Install fulltext business template.

This is needed for (at least part of) Alarm_activateCheckConsistency
functionality.
parent 4c3e1915
......@@ -40,7 +40,7 @@ class TestERP5Administration(InventoryAPITestCase):
"""
Same list as for Inventory API and add erp5_administration
"""
return InventoryAPITestCase.getBusinessTemplateList(self) + ('erp5_administration',)
return InventoryAPITestCase.getBusinessTemplateList(self) + ('erp5_full_text_mroonga_catalog', 'erp5_administration')
def test_01_RunCheckStockTableAlarm(self):
"""
......
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