[TMP] mail: added a small thin in test to re-runbot the runbot.

bzr revid: tde@openerp.com-20121019123222-611b6uv4foyudmvu
This commit is contained in:
Thibault Delavallée 2012-10-19 14:32:22 +02:00
parent d42a7c91c2
commit ce4e0f1a37
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ class test_mail(TestMailMockups):
# TDE note: temp various asserts because of the random bug about msg1.child_ids
msg_ids = self.mail_message.search(cr, uid, [('model', '=', 'mail.group'), ('res_id', '=', self.group_pigs_id)], limit=1)
new_msg = self.mail_message.browse(cr, uid, msg_ids[0])
self.assertEqual(new_msg.parent_id, msg1, 'Newly processed mail_message should have msg1 as parent')
self.assertEqual(new_msg.parent_id, msg1, 'Newly processed mail_message (%d) should have msg1 as parent' % (new_msg.id))
# 2. References header
reply_msg2 = MAIL_TEMPLATE.format(to='Pretty Pigs <group+pigs@example.com>, other@gmail.com', subject='Re: Re: 1',