[Erp5-report] r42187 aurel - /erp5/trunk/products/ERP5/tests/testPayroll.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Jan 11 10:18:39 CET 2011
Author: aurel
Date: Tue Jan 11 10:18:38 2011
New Revision: 42187
URL: http://svn.erp5.org?rev=42187&view=rev
Log:
add missing class in inheritance in order to make report tests work
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=42187&r1=42186&r2=42187&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/tests/testPayroll.py [utf8] (original)
+++ erp5/trunk/products/ERP5/tests/testPayroll.py [utf8] Tue Jan 11 10:18:38 2011
@@ -35,7 +35,7 @@ from DateTime import DateTime
import transaction
from Products.ERP5Type.tests.utils import createZODBPythonScript
-class TestPayrollMixin(TestTradeModelLineMixin):
+class TestPayrollMixin(TestTradeModelLineMixin, ERP5ReportTestCase):
BUSINESS_PATH_CREATION_SEQUENCE_STRING = """
CreateBusinessProcess
CreateBusinessLink
More information about the Erp5-report
mailing list