Commit 4dc61a62 authored by Sebastien Robin's avatar Sebastien Robin

change the title of the the usd currency so that the right subvault will ge generated

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8647 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 95fcf0a4
......@@ -376,7 +376,7 @@ class TestERP5BankingMixin:
price_currency_value=self.currency_1, variation_list=('1992', '2003'),
quantity_unit_value=self.unit)
# Create Resources Document (Banknotes & Coins) in USD
self.currency_2 = self.createCurrency(id='USD',title='US Dollar')
self.currency_2 = self.createCurrency(id='USD',title='USD')
# create document for banknote of 100 USD
self.usd_billet_200 = self.currency_cash_module.newContent(id='usd_billet_100',
portal_type='Banknote', base_price=100,
......
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