Commit ba91adbc authored by Aurel's avatar Aurel

add missing bt in unit test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7584 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ed9e058
......@@ -98,8 +98,9 @@ class TestERP5BankingMoneyDepositTransfer(TestERP5BankingMixin, ERP5TypeTestCase
need to be installed to run the test on.
"""
return ('erp5_base'
, 'erp5_banking_core' # erp5_banking_core contains all generic methods for banking
, 'erp5_banking_inventory'
, 'erp5_banking_core' # erp5_banking_core contains all generic methods for banking
, 'erp5_banking_inventory'
, 'erp5_banking_cash'
)
def getMoneyDepositTransferModule(self):
......
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