Commit 6e7ace41 authored by Kevin Deldycke's avatar Kevin Deldycke

erp5_trade is required for the test (but nor to make erp5_banking_cash_transfert working).


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4287 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e539c06
......@@ -111,7 +111,9 @@ class TestERP5BankingCashTransfer(ERP5TypeTestCase):
"""
Return the list of business templates we need
"""
return ( 'erp5_banking_core'
return ( 'erp5_trade' # erp5_trade is not required to make erp5_banking_cash_transfer working.
# As explained below erp5_trade is just used to help us initialize ressources.
, 'erp5_banking_core'
, 'erp5_banking_cash_transfer'
)
......@@ -212,7 +214,8 @@ class TestERP5BankingCashTransfer(ERP5TypeTestCase):
# not packed in Business Templates yet
if self.PAS_installed:
pass
# Do something with PAS ! By I don't know yet how to create local roles manually with PAS.
# TODO: Do something with PAS !
# By I don't know yet how to create local roles manually with PAS.
else:
self.cash_transfer_module.manage_addLocalGroupRoles('CCP_BAOBAB_TEST', ('Author',))
......
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