From c6689f4a1ad69c1f3debfddec332b1ebec25e7b1 Mon Sep 17 00:00:00 2001 From: "Richard Mathot (OpenERP)" Date: Tue, 4 Mar 2014 14:59:50 +0100 Subject: [PATCH] [REM] Outdated test bzr revid: rim@openerp.com-20140304135950-of0ohkn5a84xfa8h --- addons/hr_recruitment/test/recruitment_process.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/addons/hr_recruitment/test/recruitment_process.yml b/addons/hr_recruitment/test/recruitment_process.yml index 8588e5c96e8..85abad2a9d6 100644 --- a/addons/hr_recruitment/test/recruitment_process.yml +++ b/addons/hr_recruitment/test/recruitment_process.yml @@ -47,16 +47,6 @@ - !python {model: hr.applicant}: | self.action_makeMeeting(cr, uid, [ref('hr_case_programmer')]) -- - Applicant fillup the answer of the interview quetion. -- - !python {model: survey.question.wiz}: | - ctx = context.copy() - ctx.update({'active_model': 'hr.applicant', 'active_id': ref("hr_case_programmer"), 'active_ids': [ref("hr_case_programmer")], 'survey_id': ref("survey_job_0")}) - self.fields_view_get(cr, uid, ref("survey.view_survey_question_message"),"form", context=ctx) - vals = self.default_get(cr, uid , [], context=ctx) - self.create(cr, uid, vals, context=ctx) - self.action_new_page(cr, uid, [ref("survey_job_0")], context=ctx) - I print Applicant fill up the interview quetion -