Commit 63bd5a39 authored by Łukasz Nowak's avatar Łukasz Nowak

testERP5Core: Do not install legacy Business Template

The site shall be used with default BT5s.
parent 5ca59d17
......@@ -110,7 +110,7 @@ class TestERP5Core(ERP5TypeTestCase, ZopeTestCase.Functional):
def getBusinessTemplateList(self):
"""
"""
return ('erp5_core_proxy_field_legacy', 'erp5_base', )
return ('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