Commit 070aeaa9 authored by Kirill Smelkov's avatar Kirill Smelkov

bigarray/zodb: Forgot to close DB in tests

( without dbclose, next test will not be able to open database - will
  timeout on open on waiting for FileStorage lock )
parent 6da5172e
......@@ -178,3 +178,5 @@ def test_zbigarray():
assert a[24*1024*1024+1] == 11
assert a[24*1024*1024+2] == 12
assert a[24*1024*1024+3] == 13
dbclose(root)
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