Commit ccb7808f authored by Jérome Perrin's avatar Jérome Perrin

I commited this by mistake


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17401 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 437dddeb
......@@ -1540,8 +1540,8 @@ class TestAccountingReports(AccountingTestCase):
self.assertEquals(4, len(data_line_list))
self.checkLineProperties(data_line_list[0], node_id='40',
node_title='Payable (Client 1)3', initial_debit_balance=400,
initial_credit_balance=0, debit=03, credit=03,
node_title='Payable (Client 1)', initial_debit_balance=400,
initial_credit_balance=0, debit=0, credit=0,
final_debit_balance=400, final_credit_balance=0,
final_balance_if_debit=400, final_balance_if_credit=0)
......
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