diff --git a/product/ERP5Type/tests/ERP5TypeLiveTestCase.py b/product/ERP5Type/tests/ERP5TypeLiveTestCase.py index 4b2315ee70ebc32d1465bccca6c995c307aa8cba..486a33d7570a3561acfb2fbaadb175035b78a1fa 100644 --- a/product/ERP5Type/tests/ERP5TypeLiveTestCase.py +++ b/product/ERP5Type/tests/ERP5TypeLiveTestCase.py @@ -128,6 +128,12 @@ class ERP5TypeLiveTestCase(ERP5TypeTestCaseMixin): '''Returns the app object for a test.''' return self.getPortal().aq_parent + def afterSetUp(self): + '''Called after setUp() has completed. This is + far and away the most useful hook. + ''' + pass + from Products.ERP5Type.dynamic.component_package import ComponentDynamicPackage from Products.ERP5Type.tests.runUnitTest import ERP5TypeTestLoader