Commit 3023d76a authored by Aurel's avatar Aurel

add missing class in inheritance in order to make report tests work


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42187 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9327ddc2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment