[Neo-report] r2395 vincent - /trunk/neo/tests/zodb/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 1 11:59:46 CET 2010


Author: vincent
Date: Mon Nov  1 11:59:46 2010
New Revision: 2395

Log:
Also forward tearDown calls to superclass.

Modified:
    trunk/neo/tests/zodb/__init__.py

Modified: trunk/neo/tests/zodb/__init__.py
==============================================================================
--- trunk/neo/tests/zodb/__init__.py [iso-8859-1] (original)
+++ trunk/neo/tests/zodb/__init__.py [iso-8859-1] Mon Nov  1 11:59:46 2010
@@ -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 ?





More information about the Neo-report mailing list