[Zope-Checkins] SVN: Zope/trunk/src/Products/Sessions/tests/testSessionDataManager.py - trying to improve the tearDown (sometimes I see random errors in these tests)
Yvo Schubbe
cvs-admin at zope.org
Wed Jul 11 18:40:27 UTC 2012
Log message for revision 127329:
- trying to improve the tearDown (sometimes I see random errors in these tests)
Changed:
U Zope/trunk/src/Products/Sessions/tests/testSessionDataManager.py
-=-
Modified: Zope/trunk/src/Products/Sessions/tests/testSessionDataManager.py
===================================================================
--- Zope/trunk/src/Products/Sessions/tests/testSessionDataManager.py 2012-07-11 18:33:35 UTC (rev 127328)
+++ Zope/trunk/src/Products/Sessions/tests/testSessionDataManager.py 2012-07-11 18:40:24 UTC (rev 127329)
@@ -108,6 +108,7 @@
def tearDown(self):
_delDB()
+ self.app._p_jar.close()
del self.app
def testHasId(self):
More information about the Zope-Checkins
mailing list