[Zope-Checkins] CVS: ZODB3/ZEO/tests - ConnectionTests.py:1.4.2.1.6.3

Jeremy Hylton jeremy@zope.com
Tue, 17 Dec 2002 18:28:04 -0500


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv6515

Modified Files:
      Tag: ZODB3-fast-restart-branch
	ConnectionTests.py 
Log Message:
At the end, close the perstorage.


=== ZODB3/ZEO/tests/ConnectionTests.py 1.4.2.1.6.2 => 1.4.2.1.6.3 ===
--- ZODB3/ZEO/tests/ConnectionTests.py:1.4.2.1.6.2	Tue Dec 17 18:23:45 2002
+++ ZODB3/ZEO/tests/ConnectionTests.py	Tue Dec 17 18:28:03 2002
@@ -610,3 +610,4 @@
         self.assertEqual(perstorage.load(oid, ''),
                          self._storage.load(oid, ''))
 
+        perstorage.close()