[Erp5-report] r17349 - /erp5/trunk/products/ERP5/tests/testAccountingReports.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 1 21:07:02 CET 2007


Author: jerome
Date: Thu Nov  1 21:07:01 2007
New Revision: 17349

URL: http://svn.erp5.org?rev=17349&view=rev
Log:
update test to follow the new columns order in trial balance.


Modified:
    erp5/trunk/products/ERP5/tests/testAccountingReports.py

Modified: erp5/trunk/products/ERP5/tests/testAccountingReports.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testAccountingReports.py?rev=17349&r1=17348&r2=17349&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccountingReports.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccountingReports.py Thu Nov  1 21:07:01 2007
@@ -1184,8 +1184,8 @@
           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)
     




More information about the Erp5-report mailing list