From 7f6fe9bfddcb2cdf194d0ebf35205da78a8541d0 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Wed, 16 Feb 2011 13:45:29 +0000 Subject: [PATCH] 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 --- product/ERP5/tests/testCrmReports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/tests/testCrmReports.py b/product/ERP5/tests/testCrmReports.py index 76babf2f59..dc0daf0ef8 100644 --- a/product/ERP5/tests/testCrmReports.py +++ b/product/ERP5/tests/testCrmReports.py @@ -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): -- 2.30.9