Commit 1d694c9a authored by Grégory Wisniewski's avatar Grégory Wisniewski

Currencies are already created by createFunctionGroupSiteCategory since r30696.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30714 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4607699e
......@@ -76,7 +76,6 @@ class TestERP5BankingInventory(TestERP5BankingMixin):
self.inventory_module = self.getBankAccountInventoryModule()
self.createManagerAndLogin()
self.createFunctionGroupSiteCategory(no_site=1)
self.createCurrency()
self.currency_1 = self.currency_module['EUR']
# Create a person and a bank account to test
self.person_1 = self.createPerson(id='person_1',
......
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