[Erp5-report] r42122 nicolas - /erp5/trunk/products/ERP5/tests/testERP5WebWithCRM.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 7 17:03:02 CET 2011


Author: nicolas
Date: Fri Jan  7 17:03:01 2011
New Revision: 42122

URL: http://svn.erp5.org?rev=42122&view=rev
Log:
Description has been replaced by text_content

Modified:
    erp5/trunk/products/ERP5/tests/testERP5WebWithCRM.py

Modified: erp5/trunk/products/ERP5/tests/testERP5WebWithCRM.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testERP5WebWithCRM.py?rev=42122&r1=42121&r2=42122&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testERP5WebWithCRM.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testERP5WebWithCRM.py [utf8] Fri Jan  7 17:03:01 2011
@@ -106,7 +106,7 @@ class TestERP5WebWithCRM(ERP5TypeTestCas
                'source_person_last_name': 'Doe',
                'source_person_default_email_text': 'John.Doe at example.com',
                'source_person_default_telephone_text': '34343434',
-               'description': 'I want ERP5 for my company',
+               'text_content': 'I want ERP5 for my company',
               }
     web_section.WebSection_addWebMessage(**form_kw)
     transaction.commit()
@@ -137,7 +137,7 @@ class TestERP5WebWithCRM(ERP5TypeTestCas
                'source_person_last_name': 'Doe',
                'source_person_default_email_text': 'John.Doe at example.com',
                'source_person_default_telephone_text': '34343434',
-               'description': 'I want ERP5 for my company',
+               'text_content': 'I want ERP5 for my company',
               }
     web_section.WebSection_addWebMessage(**form_kw)
     transaction.commit()



More information about the Erp5-report mailing list