[Zodb-checkins] CVS: ZEO/ZEO/tests - testZEO.py:1.16.4.9
Jeremy Hylton
jeremy@zope.com
Mon, 28 Jan 2002 14:25:44 -0500
Update of /cvs-repository/ZEO/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv29274
Modified Files:
Tag: Standby-branch
testZEO.py
Log Message:
Add '.old' to the list of filestorage extensions to delete.
=== ZEO/ZEO/tests/testZEO.py 1.16.4.8 => 1.16.4.9 ===
def delStorage(self):
# file storage appears to create four files
- for ext in '', '.index', '.lock', '.tmp':
+ for ext in '', '.index', '.lock', '.tmp', '.old':
path = self.__fs_base + ext
try:
os.remove(path)