Commit 072c5618 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Revert r29907 as it's no more required.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43265 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 97505404
......@@ -770,10 +770,6 @@ class TestERP5BankingMixin(ERP5TypeTestCase):
# the erp5 site
self.portal = self.getPortal()
# XXX: should be done by erp5_banking_core business template
catalog = self.portal.portal_catalog.getSQLCatalog()
catalog.sql_catalog_role_keys = ()
# the default currency for the site
if not self.portal.hasProperty('reference_currency_id'):
self.portal.manage_addProperty('reference_currency_id', 'EUR', type='string')
......
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