ERP5TypeTestCase : call setSite to reinitialise the portal
This fix issues due to the publish method wiich is calling request.close wich then call setSite without a site to reset it
Showing
-
Owner
ERP5TypeTestCase : call setSite to reinitialise the portal
qa: reinitialize the portal before ERP5TypeTestCase.publish returns
This fix issues due to the publish method wiich is calling request.close wich then call setSite without a site to reset it
publish_module_standard closes the request, which calls setSite(None), but the caller still needs the site to be initialized.
Please register or sign in to comment