Commit 778b2317 authored by Vincent Pelletier's avatar Vincent Pelletier

Products.ERP5Security.test.testERP5Security: Fix missing dependencies warnings.

parent 36cd20fe
......@@ -60,7 +60,12 @@ class UserManagementTestCase(ERP5TypeTestCase):
def getBusinessTemplateList(self):
"""List of BT to install. """
return ('erp5_base', 'erp5_administration',)
return (
'erp5_full_text_mroonga_catalog',
'erp5_core_proxy_field_legacy',
'erp5_base',
'erp5_administration',
)
def beforeTearDown(self):
"""Clears person module and invalidate caches when tests are finished."""
......
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