[Erp5-report] r9647 - /erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 4 16:58:47 CEST 2006
Author: seb
Date: Mon Sep 4 16:58:45 2006
New Revision: 9647
URL: http://svn.erp5.org?rev=9647&view=rev
Log:
set nice price values
Modified:
erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
Modified: erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py?rev=9647&r1=9646&r2=9647&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py (original)
+++ erp5/trunk/products/ERP5Banking/tests/TestERP5BankingMixin.py Mon Sep 4 16:58:45 2006
@@ -297,8 +297,8 @@
cell_list = exchange_line.objectValues()
self.assertEquals(len(cell_list),2)
for cell in cell_list:
- cell.setBasePrice(2.1)
- cell.setDiscount(0.1)
+ cell.setBasePrice(650.0)
+ cell.setDiscount(650.0)
return currency
More information about the Erp5-report
mailing list