[REM] this test has no purpose anymore (since the data used there are always 'open')

bzr revid: rim@openerp.com-20140304154907-7hi8h15jveiags2t
This commit is contained in:
Richard Mathot (OpenERP) 2014-03-04 16:49:07 +01:00
parent 19bc75bcb3
commit 74e553d6c9
1 changed files with 0 additions and 5 deletions

View File

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