Commit 6ed4dcc8 authored by Vincent Pelletier's avatar Vincent Pelletier

Also forward tearDown calls to superclass.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2395 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent c9054200
......@@ -31,6 +31,7 @@ class ZODBTestCase(NEOFunctionalTest):
def tearDown(self):
self._storage.cleanup()
self.neo.stop()
NEOFunctionalTest.tearDown(self)
def open(self, read_only=False):
# required for some tests (see PersitentTests), no-op for NEO ?
......
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