[FIX] tests

bzr revid: rim@openerp.com-20140304151115-wvu072h11kmzupj1
This commit is contained in:
Richard Mathot (OpenERP) 2014-03-04 16:11:15 +01:00
parent 46d972e6b0
commit b3e08d83ff
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
I set the "Employee Evaluation" survey in open state.
-
!python {model: survey.survey}: |
self.survey_open(cr, uid, [ref("survey_2")], context)
self.write(cr, uid, [ref("survey_2")], {'state': 'open'}, context)
-
I check that state of "Employee Evaluation" survey is Open.
-