Commit 09ded0c5 authored by Sven Franck's avatar Sven Franck

erp5_corporate_identity_test: remove test dependencies

parent 0d55e5b5
...@@ -38,14 +38,9 @@ class TestFunctionalCorporateIdentityTemplateList(ERP5TypeFunctionalTestCase): ...@@ -38,14 +38,9 @@ class TestFunctionalCorporateIdentityTemplateList(ERP5TypeFunctionalTestCase):
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
return ( return (
'erp5_base',
'erp5_font',
'erp5_web',
'erp5_dms',
'erp5_corporate_identity', 'erp5_corporate_identity',
'erp5_corporate_identity_test', 'erp5_corporate_identity_test',
'erp5_ui_test_core', 'erp5_ui_test_core',
'erp5_test_result'
) )
def test_suite(): def test_suite():
......
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