Commit 7e5d763e authored by Sebastien Robin's avatar Sebastien Robin

added coin of 100

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7754 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 93202171
...@@ -269,6 +269,13 @@ class TestERP5BankingMixin: ...@@ -269,6 +269,13 @@ class TestERP5BankingMixin:
# 7 coins of 200 for the year 2003 # 7 coins of 200 for the year 2003
self.quantity_200[self.variation_list[1]] = 7 self.quantity_200[self.variation_list[1]] = 7
# quantity of coin of 100
self.quantity_100 = {}
# 5 coins of 100 for the year 1992
self.quantity_100[self.variation_list[0]] = 4
# 7 coins of 100 for the year 2003
self.quantity_100[self.variation_list[1]] = 6
# quantity of banknotes of 5000 # quantity of banknotes of 5000
self.quantity_5000 = {} self.quantity_5000 = {}
# 11 banknotes of 5000 for hte year 1992 # 11 banknotes of 5000 for hte year 1992
......
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