From 75afa6425b05c788c7710cdcf85710e2085a24ea Mon Sep 17 00:00:00 2001 From: Stephane Wirtel Date: Wed, 13 Jul 2011 15:57:52 +0200 Subject: [PATCH] [FIX] hr_timesheet: Remove the comma, because Python thinks it's a tuple and not a new line bzr revid: stw@openerp.com-20110713135752-lmwyb62ns28wi3z9 --- addons/hr_timesheet/test/test_hr_timesheet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/hr_timesheet/test/test_hr_timesheet.yml b/addons/hr_timesheet/test/test_hr_timesheet.yml index 9f63bd6..df3dc85 100644 --- a/addons/hr_timesheet/test/test_hr_timesheet.yml +++ b/addons/hr_timesheet/test/test_hr_timesheet.yml @@ -100,7 +100,7 @@ - !python {model: hr.sign.in.project}: | import time - uid = ref('test_timesheet_user1'), + uid = ref('test_timesheet_user1') new_id = self.create(cr, uid, {'emp_id': ref('hr_employee_fracline1'), 'name': 'Francline', 'server_date': time.strftime('%Y-%m-%d %H:%M:%S'), 'date': time.strftime('%Y-%m-%d 12:%M:%S'), 'state': 'absent'}) self.sign_in_result(cr, uid, [new_id], context) -- 1.7.10.4