[Erp5-report] r26379 - /erp5/trunk/products/ERP5/tests/testCRM.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Apr 9 18:49:26 CEST 2009


Author: kazuhiko
Date: Thu Apr  9 18:49:25 2009
New Revision: 26379

URL: http://svn.erp5.org?rev=26379&view=rev
Log:
erp5_dms_mysql_innodb_catalog is no longer required in this test. add getTitle().

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=26379&r1=26378&r2=26379&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCRM.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testCRM.py [utf8] Thu Apr  9 18:49:25 2009
@@ -44,6 +44,9 @@
 
 
 class TestCRM(ERP5TypeTestCase):
+  def getTitle(self):
+    return "CRM"
+
   def getBusinessTemplateList(self):
     return ('erp5_base',
             'erp5_crm',)
@@ -317,6 +320,8 @@
 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 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 @@
             'erp5_ingestion_mysql_innodb_catalog',
             'erp5_crm',
             'erp5_web',
-            'erp5_dms_mysql_innodb_catalog',
             'erp5_dms',
             )
 




More information about the Erp5-report mailing list