Commit cdf59090 authored by Nicolas Delaby's avatar Nicolas Delaby

Description has been replaced by text_content


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42122 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83b730b3
......@@ -106,7 +106,7 @@ class TestERP5WebWithCRM(ERP5TypeTestCase):
'source_person_last_name': 'Doe',
'source_person_default_email_text': 'John.Doe@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(ERP5TypeTestCase):
'source_person_last_name': 'Doe',
'source_person_default_email_text': 'John.Doe@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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment