Commit 3ce90035 authored by Tim Peters's avatar Tim Peters

checkQuickVerificationWith2Clients(): close perstorage at the end.

Otherwise the temp zec file can't be deleted on Windows.
parent d3422480
......@@ -743,6 +743,7 @@ class ReconnectionTests(CommonSetupTearDown):
self.assertEqual(perstorage.load(oid, ''),
self._storage.load(oid, ''))
perstorage.close()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment