Commit 79f27735 authored by Yusei Tahara's avatar Yusei Tahara

Update business template list.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19935 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d348ed7c
......@@ -43,7 +43,10 @@ def openTestFile(filename):
class TestCRM(ERP5TypeTestCase):
def getBusinessTemplateList(self):
return ('erp5_base', 'erp5_crm',)
return ('erp5_base',
'erp5_ingestion',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_crm',)
def test_Event_CreateRelatedEvent(self):
# test action to create a related event from an event
......@@ -299,8 +302,14 @@ class TestCRMMailSend(ERP5TypeTestCase):
def getBusinessTemplateList(self):
# In this test, We will attach some document portal types in event.
# So we add DMS and Web.
return ('erp5_base', 'erp5_crm', 'erp5_web',
'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
return ('erp5_base',
'erp5_ingestion',
'erp5_ingestion_mysql_innodb_catalog',
'erp5_crm',
'erp5_web',
'erp5_dms_mysql_innodb_catalog',
'erp5_dms',
)
def afterSetUp(self):
portal = self.portal
......
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