Commit 9fe3a7bb authored by Yusei Tahara's avatar Yusei Tahara

Added comment.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18672 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b44f7634
...@@ -40,6 +40,8 @@ class TestCRMMailIngestion(ERP5TypeTestCase): ...@@ -40,6 +40,8 @@ class TestCRMMailIngestion(ERP5TypeTestCase):
""" """
def getBusinessTemplateList(self): 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', return ('erp5_base', 'erp5_crm', 'erp5_web',
'erp5_dms_mysql_innodb_catalog', 'erp5_dms') 'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
...@@ -176,6 +178,8 @@ class TestCRMMailSend(ERP5TypeTestCase): ...@@ -176,6 +178,8 @@ class TestCRMMailSend(ERP5TypeTestCase):
""" """
def getBusinessTemplateList(self): 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', return ('erp5_base', 'erp5_crm', 'erp5_web',
'erp5_dms_mysql_innodb_catalog', 'erp5_dms') 'erp5_dms_mysql_innodb_catalog', 'erp5_dms')
......
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