Commit b00d3458 authored by Aurel's avatar Aurel

onmy use one site to make test faster


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10865 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c6991c31
......@@ -74,12 +74,12 @@ class TestERP5BankingMoneyDeposit(TestERP5BankingMixin, ERP5TypeTestCase):
need to be installed to run the test on.
"""
return ( 'erp5_base'
, 'erp5_trade'
, 'erp5_accounting'
, 'erp5_banking_core' # erp5_banking_core contains all generic methods for banking
, 'erp5_banking_inventory' #, 'currency_exchange_patch'
, 'erp5_banking_cash' # erp5_banking_money_deposit contains all method for cash sorting
)
, 'erp5_trade'
, 'erp5_accounting'
, 'erp5_banking_core' # erp5_banking_core contains all generic methods for banking
, 'erp5_banking_inventory' #, 'currency_exchange_patch'
, 'erp5_banking_cash' # erp5_banking_money_deposit contains all method for cash sorting
)
def getMoneyDepositModule(self):
"""
......@@ -99,7 +99,7 @@ class TestERP5BankingMoneyDeposit(TestERP5BankingMixin, ERP5TypeTestCase):
# Create a user and login as manager to populate the erp5 portal with objects for tests.
self.createManagerAndLogin()
self.createFunctionGroupSiteCategory()
self.createFunctionGroupSiteCategory(site_list=['paris',])
self.createBanknotesAndCoins()
"""
......
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