[Erp5-report] r43405 aurel - /erp5/trunk/products/ERP5/tests/testPayroll.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 17 10:43:24 CET 2011
Author: aurel
Date: Thu Feb 17 10:43:24 2011
New Revision: 43405
URL: http://svn.erp5.org?rev=43405&view=rev
Log:
add erp5_core_proxy_field_legacy
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=43405&r1=43404&r2=43405&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPayroll.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testPayroll.py [utf8] Thu Feb 17 10:43:24 2011
@@ -227,7 +227,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