Commit 37bf50e3 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

erp5_dms_mysql_innodb_catalog is no longer required in this test. add getTitle().

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26379 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 50b12a57
......@@ -44,6 +44,9 @@ def openTestFile(filename):
class TestCRM(ERP5TypeTestCase):
def getTitle(self):
return "CRM"
def getBusinessTemplateList(self):
return ('erp5_base',
'erp5_crm',)
......@@ -317,6 +320,8 @@ class TestCRM(ERP5TypeTestCase):
class TestCRMMailIngestion(ERP5TypeTestCase):
"""Test Mail Ingestion for standalone CRM.
"""
def getTitle(self):
return "CRM Mail Ingestion"
def getBusinessTemplateList(self):
# Mail Ingestion must work with CRM alone.
......@@ -560,6 +565,8 @@ class TestCRMMailIngestion(ERP5TypeTestCase):
class TestCRMMailSend(ERP5TypeTestCase):
"""Test Mail Sending for CRM
"""
def getTitle(self):
return "CRM Mail Sending"
def getBusinessTemplateList(self):
# In this test, We will attach some document portal types in event.
......@@ -569,7 +576,6 @@ class TestCRMMailSend(ERP5TypeTestCase):
'erp5_ingestion_mysql_innodb_catalog',
'erp5_crm',
'erp5_web',
'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