[IMP] hr_holidays : Improved the test cases.

bzr revid: mdi@tinyerp.com-20120326125143-7m3rd2y6pviwsv45
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-03-26 18:21:43 +05:30
parent 0097bfef95
commit 93e117b500
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
!record {model: hr.holidays, id: hr_holiday1}:
name: Sick Leave
holiday_status_id: holiday_status_cl
date_from: !eval time.strftime('%Y-%m-10 10:00:00')
date_to: !eval time.strftime('%Y-%m-11 19:00:00')
date_from: !eval time.strftime('%Y-%m-10')
date_to: !eval time.strftime('%Y-%m-11')
employee_id: hr.employee_fp
type: remove
-