Commit fb9c61a7 authored by Yusei Tahara's avatar Yusei Tahara

small cosmetic changes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19927 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a4ff1074
...@@ -160,14 +160,15 @@ class TestCRM(ERP5TypeTestCase): ...@@ -160,14 +160,15 @@ class TestCRM(ERP5TypeTestCase):
class TestCRMMailIngestion(ERP5TypeTestCase): class TestCRMMailIngestion(ERP5TypeTestCase):
"""Test Mail Ingestion for standalone CRM. """Test Mail Ingestion for standalone CRM.
""" """
def getBusinessTemplateList(self): def getBusinessTemplateList(self):
# Mail Ingestion must work with CRM alone. # Mail Ingestion must work with CRM alone.
return ('erp5_base', return ('erp5_base',
'erp5_ingestion', 'erp5_ingestion',
'erp5_ingestion_mysql_innodb_catalog', 'erp5_crm', 'erp5_ingestion_mysql_innodb_catalog',
'erp5_crm',
) )
def afterSetUp(self): 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