[Erp5-report] r43402 romain - /erp5/trunk/products/ERP5/tests/testCalendar.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Feb 17 10:24:05 CET 2011


Author: romain
Date: Thu Feb 17 10:24:05 2011
New Revision: 43402

URL: http://svn.erp5.org?rev=43402&view=rev
Log:
erp5_core_proxy_field_legacy is required

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

Modified: erp5/trunk/products/ERP5/tests/testCalendar.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testCalendar.py?rev=43402&r1=43401&r2=43402&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testCalendar.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testCalendar.py [utf8] Thu Feb 17 10:24:05 2011
@@ -52,7 +52,7 @@ class TestCalendar(ERP5ReportTestCase):
   def getBusinessTemplateList(self):
     """
     """
-    return ('erp5_base', 'erp5_calendar')
+    return ('erp5_base', 'erp5_calendar', 'erp5_core_proxy_field_legacy')
 
   def login(self, quiet=0, run=run_all_test):
     uf = self.getPortal().acl_users



More information about the Erp5-report mailing list