From 37bf50e341b022b705aad673d577fc468fabcf26 Mon Sep 17 00:00:00 2001 From: Kazuhiko Shiozaki <kazuhiko@nexedi.com> Date: Thu, 9 Apr 2009 16:49:25 +0000 Subject: [PATCH] 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 --- product/ERP5/tests/testCRM.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/product/ERP5/tests/testCRM.py b/product/ERP5/tests/testCRM.py index 38e7a75662..25f3d0fcb1 100644 --- a/product/ERP5/tests/testCRM.py +++ b/product/ERP5/tests/testCRM.py @@ -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', ) -- 2.30.9