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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Mar 25 13:56:21 CET 2008


Author: jerome
Date: Tue Mar 25 13:56:20 2008
New Revision: 20108

URL: http://svn.erp5.org?rev=20108&view=rev
Log:
class TestCRM does not need ingestion
selection_index does not make sense in a list mode action


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=20108&r1=20107&r2=20108&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCRM.py (original)
+++ erp5/trunk/products/ERP5/tests/testCRM.py Tue Mar 25 13:56:20 2008
@@ -44,8 +44,6 @@
 class TestCRM(ERP5TypeTestCase):
   def getBusinessTemplateList(self):
     return ('erp5_base',
-            'erp5_ingestion',
-            'erp5_ingestion_mysql_innodb_catalog',
             'erp5_crm',)
 
   def test_Event_CreateRelatedEvent(self):
@@ -129,7 +127,6 @@
                                         description='The Event Descr.',
                                         direction='outgoing',
                                         selection_name='person_module_selection',
-                                        selection_index=1, # in list mode ?
                                         follow_up='',
                                         text_content='Event Content',
                                         form_id='PersonModule_viewPersonList')
@@ -165,7 +162,6 @@
                                         description='The Event Descr.',
                                         direction='outgoing',
                                         selection_name='person_module_selection',
-                                        selection_index=1, # in list mode ?
                                         follow_up='',
                                         text_content='Event Content',
                                         form_id='PersonModule_viewPersonList')
@@ -183,8 +179,6 @@
 
     self.assertEquals(None, pers3.getDestinationRelatedValue(
                                 portal_type='Mail Message'))
-
-  ERP5Site_getFollowUpItemList = 'TODO'
 
   def test_SaleOpportunitySold(self):
     # test the workflow of sale opportunities, when the sale opportunity is




More information about the Erp5-report mailing list