[Zodb-checkins] CVS: ZODB3/ZODB/tests - testZODB.py:1.13
Jeremy Hylton
jeremy at zope.com
Wed Apr 23 17:16:42 EDT 2003
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv11625
Modified Files:
testZODB.py
Log Message:
Make sure the database is closed.
=== ZODB3/ZODB/tests/testZODB.py 1.12 => 1.13 ===
--- ZODB3/ZODB/tests/testZODB.py:1.12 Tue Apr 22 14:39:38 2003
+++ ZODB3/ZODB/tests/testZODB.py Wed Apr 23 16:16:42 2003
@@ -54,7 +54,7 @@
conn.close()
def tearDown(self):
- self._storage.close()
+ self._db.close()
removefs("ZODBTests.fs")
def checkExportImport(self, abort_it=0, dup_name='test_duplicate'):
More information about the Zodb-checkins
mailing list