Commit c6eb585e authored by Sebastien Robin's avatar Sebastien Robin

reset aq dynamic


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3446 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b671b922
......@@ -110,6 +110,9 @@ class Test(ERP5TypeTestCase):
portal_type = self.getTypeTool()[self.portal_type]
portal_type.base_category_list = [self.base_cat]
# Reset aq dynamic
from Products.ERP5Type.Base import _aq_reset
_aq_reset()
organisation_module = self.getOrganisationModule()
self.organisation = organisation_module.newContent(id='1',portal_type=self.portal_type)
self.organisation.immediateReindexObject()
......
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