Commit 52d94866 authored by Sebastien Robin's avatar Sebastien Robin

testBudget needs old proxy fields of erp5_core

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43376 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fc727313
......@@ -59,7 +59,8 @@ class TestBudget(ERP5TypeTestCase):
"""Return the list of required business templates.
We'll use erp5_accounting_ui_test to have some content
"""
return ('erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting',
return ('erp5_core_proxy_field_legacy',
'erp5_base', 'erp5_pdm', 'erp5_trade', 'erp5_accounting',
'erp5_invoicing', 'erp5_simplified_invoicing',
'erp5_accounting_ui_test', 'erp5_budget')
......
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