From 74e553d6c97142f1b51a0b0301e6b5310c34ed9b Mon Sep 17 00:00:00 2001 From: "Richard Mathot (OpenERP)" Date: Tue, 4 Mar 2014 16:49:07 +0100 Subject: [PATCH] [REM] this test has no purpose anymore (since the data used there are always 'open') bzr revid: rim@openerp.com-20140304154907-7hi8h15jveiags2t --- addons/hr_evaluation/test/test_hr_evaluation.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/addons/hr_evaluation/test/test_hr_evaluation.yml b/addons/hr_evaluation/test/test_hr_evaluation.yml index 88ee3098469..871a1ef7431 100644 --- a/addons/hr_evaluation/test/test_hr_evaluation.yml +++ b/addons/hr_evaluation/test/test_hr_evaluation.yml @@ -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. -