[Erp5-report] r14216 - /erp5/trunk/products/ERP5/tests/testAccountingReports.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Apr 25 17:48:05 CEST 2007
Author: jerome
Date: Wed Apr 25 17:48:03 2007
New Revision: 14216
URL: http://svn.erp5.org?rev=14216&view=rev
Log:
getTranslatedSimulationStateTitle column is not shown when having only 1 simulation_state passed
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=14216&r1=14215&r2=14216&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testAccountingReports.py (original)
+++ erp5/trunk/products/ERP5/tests/testAccountingReports.py Wed Apr 25 17:48:03 2007
@@ -1312,8 +1312,7 @@
'Movement_getExplanationTitle', 'date',
'Movement_getExplanationTranslatedPortalType',
'Movement_getExplanationReference', 'Movement_getMirrorSectionTitle',
- 'getTranslatedSimulationStateTitle', 'debit', 'credit',
- 'running_total_price'],
+ 'debit', 'credit', 'running_total_price'],
data_line_list[0].column_id_list)
self.assertEquals(2, len(data_line_list))
More information about the Erp5-report
mailing list