Commit c07abfd1 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

these business templates are required not in TestUserManagement but in TestLocalRoleManagement.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43795 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bf913dab
......@@ -51,7 +51,7 @@ class TestUserManagement(ERP5TypeTestCase):
def getBusinessTemplateList(self):
"""List of BT to install. """
return ('erp5_base', 'erp5_web', 'erp5_ingestion', 'erp5_dms',)
return ('erp5_base',)
def beforeTearDown(self):
"""Clears person module and invalidate caches when tests are finished."""
......@@ -484,7 +484,7 @@ class TestLocalRoleManagement(ERP5TypeTestCase):
def getBusinessTemplateList(self):
"""List of BT to install. """
return ('erp5_base',)
return ('erp5_base', 'erp5_web', 'erp5_ingestion', 'erp5_dms',)
def test_RolesManagerInterfaces(self):
"""Tests group manager plugin respects interfaces."""
......
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