Commit 66e6e29a authored by Jérome Perrin's avatar Jérome Perrin

update test to follow the new columns order in trial balance.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17349 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 49af6b71
......@@ -1184,8 +1184,8 @@ class TestAccountingReports(AccountingTestCase):
len(data_line_list))
self.assertEquals(['node_id', 'node_title',
'initial_debit_balance', 'debit', 'final_debit_balance',
'initial_credit_balance', 'credit', 'final_credit_balance',
'initial_debit_balance', 'initial_credit_balance', 'debit',
'credit', 'final_debit_balance', 'final_credit_balance',
'final_balance_if_debit', 'final_balance_if_credit'],
data_line_list[0].column_id_list)
......
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