Commit 19873b35 authored by Arnaud Fontaine's avatar Arnaud Fontaine

erp5_core_component bt5 is not required for bt5 Extensions, Documents and Tests unit tests.

It will be required later on when Product Documents will be moved to ZODB.
parent 82a74a65
...@@ -1254,8 +1254,7 @@ class _TestZodbComponent(SecurityTestCase): ...@@ -1254,8 +1254,7 @@ class _TestZodbComponent(SecurityTestCase):
__metaclass__ = abc.ABCMeta __metaclass__ = abc.ABCMeta
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ('erp5_base', return ('erp5_base',)
'erp5_core_component')
def login(self, user_name='ERP5TypeTestCase', quiet=0): def login(self, user_name='ERP5TypeTestCase', quiet=0):
""" """
......
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