[FIX] mail: fixed tests.

bzr revid: tde@openerp.com-20130214111230-evgwyw9xofiq8mgn
This commit is contained in:
Thibault Delavallée 2013-02-14 12:12:30 +01:00
parent ff0399ec23
commit f392f09d49
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ class test_message_compose(TestMailBase):
# Mail data
_subject1 = 'Pigs'
_subject2 = 'Bird'
_body_html1 = '<p>Fans of Pigs, unite !\n</p>'
_body_html2 = '<p>I am angry !\n</p>'
_body_html1 = 'Fans of Pigs, unite !'
_body_html2 = 'I am angry !'
_attachments = [
{'name': 'First', 'datas_fname': 'first.txt', 'datas': base64.b64encode('My first attachment')},
{'name': 'Second', 'datas_fname': 'second.txt', 'datas': base64.b64encode('My second attachment')}