Commit 5e9dde5b authored by Cédric Le Ninivin's avatar Cédric Le Ninivin Committed by Eteri

testERP5Core: Add missing test dependency to erp5_core_proxy_field_legacy

parent 6482106f
......@@ -110,7 +110,7 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional):
def getBusinessTemplateList(self):
"""
"""
return ('erp5_base', )
return ('erp5_core_proxy_field_legacy', 'erp5_base', )
def login(self, quiet=0, run=run_all_test):
uf = self.getPortal().acl_users
......
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