[IMP] website tests: unicode test attributes to avoid warnings in auto_init when comparing attr values

bzr revid: odo@openerp.com-20140130162615-nx7f3nhifwqo357u
This commit is contained in:
Olivier Dony 2014-01-30 17:26:15 +01:00
parent a4a25292e7
commit 78fefd54f0
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ class test_converter(orm.Model):
('B', "Qu'il était supposé arriver à Toronto"),
('C', "Qu'est-ce qu'il fout ce maudit pancake, tabernacle ?"),
('D', "La réponse D"),
], string="Lorsqu'un pancake prend l'avion à destination de Toronto et "
"qu'il fait une escale technique à St Claude, on dit:"),
], string=u"Lorsqu'un pancake prend l'avion à destination de Toronto et "
u"qu'il fait une escale technique à St Claude, on dit:"),
'html': fields.html(),
'text': fields.text(),
}