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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 11 17:36:03 CET 2008


Author: yusei
Date: Fri Jan 11 17:36:02 2008
New Revision: 18672

URL: http://svn.erp5.org?rev=18672&view=rev
Log:
Added comment.

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=18672&r1=18671&r2=18672&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCRM.py (original)
+++ erp5/trunk/products/ERP5/tests/testCRM.py Fri Jan 11 17:36:02 2008
@@ -40,6 +40,8 @@
   """
 
   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')
 
@@ -176,6 +178,8 @@
   """
 
   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')
 




More information about the Erp5-report mailing list