Commit 6c73c6c5 authored by Jérome Perrin's avatar Jérome Perrin

this test should be enabled


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21927 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 27a4d72a
......@@ -1183,7 +1183,7 @@ class TestPayroll(TestPayrollMixin):
self.assertEquals(pay_sheet.PaySheetTransaction_getMovementList(), [])
# we add a line, then it is returned in the list
line = pay_sheet.newContent(portal_type='Pay Sheet Line')
#self.assertEquals(1, len(pay_sheet.PaySheetTransaction_getMovementList()))
self.assertEquals(1, len(pay_sheet.PaySheetTransaction_getMovementList()))
# if the line has cells with different tax categories, new properties are
# added to this line.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment