Commit 60591225 authored by Sven Franck's avatar Sven Franck

erp5_corporate_identity: clean up business template list

parent 5248f0f7
......@@ -35,14 +35,12 @@ class TestCorportateIdentityTemplateUiElements(ERP5TypeFunctionalTestCase):
def getBusinessTemplateList(self):
return (
'erp5_core',
'erp5_base',
'erp5_font',
'erp5_web',
'erp5_dms',
'erp5_crm',
'erp5_ui_test_core',
'erp5_ui_test'
'erp5_test_result',
'erp5_corporate_identity',
'erp5_ui_test_core'
)
def test_suite():
......
......@@ -65,7 +65,11 @@ class TestCorporateIdentityTemplates(ERP5TypeTestCase):
def getBusinessTemplateList(self):
return (
'erp5_base',
'erp5_corporate_identity'
'erp5_font',
'erp5_web',
'erp5_dms',
'erp5_corporate_identity',
'erp5_ui_test_core'
)
def afterSetUp(self):
......
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