Commit 7f6fe9bf authored by Sebastien Robin's avatar Sebastien Robin

testCrmReports needs old proxy fields of erp5_core

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43377 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 52d94866
......@@ -245,7 +245,7 @@ class CrmTestCase(ERP5ReportTestCase):
def getBusinessTemplateList(self):
"""Returns list of BT to be installed."""
return ('erp5_base', 'erp5_crm', )
return ('erp5_core_proxy_field_legacy', 'erp5_base', 'erp5_crm', )
class TestCrmReports(CrmTestCase):
......
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