[Erp5-report] r43595 aurel - /erp5/trunk/products/ERP5/tests/testPayroll.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 23 10:19:36 CET 2011


Author: aurel
Date: Wed Feb 23 10:19:36 2011
New Revision: 43595

URL: http://svn.erp5.org?rev=43595&view=rev
Log:
commit 43405 was reverted in previous commit, reapply it

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

Modified: erp5/trunk/products/ERP5/tests/testPayroll.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/tests/testPayroll.py?rev=43595&r1=43594&r2=43595&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPayroll.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testPayroll.py [utf8] Wed Feb 23 10:19:36 2011
@@ -223,7 +223,7 @@ class TestPayrollMixin(TestTradeModelLin
            )
 
   def getBusinessTemplateList(self):
-    return TestTradeModelLineMixin.getBusinessTemplateList(self) + ('erp5_payroll', )
+    return TestTradeModelLineMixin.getBusinessTemplateList(self) + ('erp5_payroll', 'erp5_core_proxy_field_legacy')
 
   def stepCreatePriceCurrency(self, sequence):
     sequence.edit(price_currency = self.createResource('Currency',



More information about the Erp5-report mailing list