[Erp5-report] r19935 - /erp5/trunk/products/ERP5/tests/testCRM.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Mar 14 18:10:36 CET 2008
Author: yusei
Date: Fri Mar 14 18:10:36 2008
New Revision: 19935
URL: http://svn.erp5.org?rev=19935&view=rev
Log:
Update business template list.
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=19935&r1=19934&r2=19935&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCRM.py (original)
+++ erp5/trunk/products/ERP5/tests/testCRM.py Fri Mar 14 18:10:36 2008
@@ -43,7 +43,10 @@
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 @@
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
More information about the Erp5-report
mailing list