Commit 7c6d8794 authored by Fabien Morin's avatar Fabien Morin

add comments


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27026 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 554a9fe4
......@@ -361,6 +361,8 @@ class TestNewPayroll(TestNewPayrollMixin):
self.assertEqual(labour_line.getTotalPrice(), 3000.0)
# check updateAggregatedMovement method return
# XXX updateAggregatedMovement have to be tested in a generic way (not on
# payroll but context independant). Currently, there is no test for that
movement_dict = model.updateAggregatedAmountList(context=paysheet)
movement_to_delete = movement_dict['movement_to_delete']
movement_to_add = movement_dict['movement_to_add']
......
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