Commit e38cd1a4 authored by Yusei Tahara's avatar Yusei Tahara

Clear cache after each test. Previous test's cache caused bug.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17636 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d01511e
...@@ -108,6 +108,9 @@ class TestIngestion(ERP5TypeTestCase): ...@@ -108,6 +108,9 @@ class TestIngestion(ERP5TypeTestCase):
self.createTools() self.createTools()
self.setSimulatedNotificationScript() self.setSimulatedNotificationScript()
def beforeTearDown(self):
self.portal.portal_caches.clearAllCache()
def createTools(self): def createTools(self):
""" """
Set up missing portal_mailin tool. Set up missing portal_mailin tool.
......
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