Commit a4f9929e authored by Nicolas Delaby's avatar Nicolas Delaby

Install all required Business Template

parent 830268f1
......@@ -48,7 +48,9 @@ class TestERP5Coordinate(ERP5TypeTestCase):
"""
Return the list of required business templates.
"""
return ('erp5_base',)
return ('erp5_core_proxy_field_legacy',
'erp5_full_text_myisam_catalog',
'erp5_base',)
def beforeTearDown(self):
transaction.abort()
......
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