[Erp5-report] r43377 seb - /erp5/trunk/products/ERP5/tests/testCrmReports.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 16 14:45:29 CET 2011


Author: seb
Date: Wed Feb 16 14:45:29 2011
New Revision: 43377

URL: http://svn.erp5.org?rev=43377&view=rev
Log:
testCrmReports needs old proxy fields of erp5_core

Modified:
    erp5/trunk/products/ERP5/tests/testCrmReports.py

Modified: erp5/trunk/products/ERP5/tests/testCrmReports.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testCrmReports.py?rev=43377&r1=43376&r2=43377&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCrmReports.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testCrmReports.py [utf8] Wed Feb 16 14:45:29 2011
@@ -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):



More information about the Erp5-report mailing list