From 1d694c9a54b2bbd04d88a466b82ec0291b4fa866 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gr=C3=A9gory=20Wisniewski?= <gregory@nexedi.com>
Date: Wed, 18 Nov 2009 10:09:18 +0000
Subject: [PATCH] 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
---
 product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py b/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
index e75b01909e..ab954c68fe 100644
--- a/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
+++ b/product/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
@@ -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',
-- 
2.30.9