Commit 1f4011da authored by Romain Courteaud's avatar Romain Courteaud

Clear person module after each test


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26776 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ebcdc179
......@@ -87,6 +87,7 @@ class TestERP5Web(ERP5TypeTestCase, ZopeTestCase.Functional):
# get_transaction().abort()
self.clearModule(self.portal.web_site_module)
self.clearModule(self.portal.web_page_module)
self.clearModule(self.portal.person_module)
def setupWebSite(self, **kw):
"""
......
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