Commit cdaf25f4 authored by Sebastien Robin's avatar Sebastien Robin

set nice price values

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9647 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 76bd8d61
...@@ -297,8 +297,8 @@ class TestERP5BankingMixin: ...@@ -297,8 +297,8 @@ class TestERP5BankingMixin:
cell_list = exchange_line.objectValues() cell_list = exchange_line.objectValues()
self.assertEquals(len(cell_list),2) self.assertEquals(len(cell_list),2)
for cell in cell_list: for cell in cell_list:
cell.setBasePrice(2.1) cell.setBasePrice(650.0)
cell.setDiscount(0.1) cell.setDiscount(650.0)
return currency return currency
......
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