[Erp5-report] r30714 - /erp5/trunk/products/ERP5Banking/tests/
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Nov 18 11:09:19 CET 2009
Author: gregory
Date: Wed Nov 18 11:09:18 2009
New Revision: 30714
URL: http://svn.erp5.org?rev=30714&view=rev
Log:
Currencies are already created by createFunctionGroupSiteCategory since r30696.
Modified:
erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
Modified: erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py?rev=30714&r1=30713&r2=30714&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py [utf8] (original)
+++ erp5/trunk/products/ERP5Banking/tests/testERP5BankingBankAccountInventory.py [utf8] Wed Nov 18 11:09:18 2009
@@ -76,7 +76,6 @@
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',
More information about the Erp5-report
mailing list