Commit 6642622f authored by Aurel's avatar Aurel

we need the proxy field legacy bt5 in order to debug tests using browser


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44556 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3f71dca5
...@@ -51,7 +51,8 @@ class TestERP5BankingMixin(ERP5TypeTestCase): ...@@ -51,7 +51,8 @@ class TestERP5BankingMixin(ERP5TypeTestCase):
the unit test framework in order to know which business templates the unit test framework in order to know which business templates
need to be installed to run the test on. need to be installed to run the test on.
""" """
return ('erp5_base', return ('erp5_core_proxy_field_legacy',
'erp5_base',
'erp5_pdm', 'erp5_pdm',
'erp5_trade', 'erp5_trade',
'erp5_accounting', 'erp5_accounting',
......
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