[Zope3-checkins] CVS: ZODB4/ZODB/tests - testFileStorage.py:1.23.6.1
Jeremy Hylton
jeremy@zope.com
Wed, 11 Dec 2002 14:55:57 -0500
Update of /cvs-repository/ZODB4/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv18510/ZODB/tests
Modified Files:
Tag: ZODB4-Q-branch
testFileStorage.py
Log Message:
Make doubly sure cleanup gets done.
If the test suite fails unexpectedly and doesn't cleanup, the next run
will run into an existing file.
=== ZODB4/ZODB/tests/testFileStorage.py 1.23 => 1.23.6.1 ===
--- ZODB4/ZODB/tests/testFileStorage.py:1.23 Wed Dec 4 16:57:09 2002
+++ ZODB4/ZODB/tests/testFileStorage.py Wed Dec 11 14:55:56 2002
@@ -49,6 +49,7 @@
**kwargs)
def setUp(self):
+ StorageTestBase.removefs("FileStorageTests.fs")
self.open(create=1)
def tearDown(self):