[Erp5-report] r19927 - /erp5/trunk/products/ERP5/tests/testCRM.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Mar 14 17:46:20 CET 2008
Author: yusei
Date: Fri Mar 14 17:46:19 2008
New Revision: 19927
URL: http://svn.erp5.org?rev=19927&view=rev
Log:
small cosmetic changes.
Modified:
erp5/trunk/products/ERP5/tests/testCRM.py
Modified: erp5/trunk/products/ERP5/tests/testCRM.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testCRM.py?rev=19927&r1=19926&r2=19927&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCRM.py (original)
+++ erp5/trunk/products/ERP5/tests/testCRM.py Fri Mar 14 17:46:19 2008
@@ -160,14 +160,15 @@
class TestCRMMailIngestion(ERP5TypeTestCase):
- """Test Mail Ingestion for standalone CRM.
+ """Test Mail Ingestion for standalone CRM.
"""
def getBusinessTemplateList(self):
# Mail Ingestion must work with CRM alone.
return ('erp5_base',
'erp5_ingestion',
- 'erp5_ingestion_mysql_innodb_catalog', 'erp5_crm',
+ 'erp5_ingestion_mysql_innodb_catalog',
+ 'erp5_crm',
)
def afterSetUp(self):
More information about the Erp5-report
mailing list