Commit 22ffdc4b authored by Jim Fulton's avatar Jim Fulton

Added tear-down code needed on windows.

parent 9e7a24a0
...@@ -144,6 +144,9 @@ class BlobCloneTests(BlobTests): ...@@ -144,6 +144,9 @@ class BlobCloneTests(BlobTests):
# (even though it won't contain the original data) # (even though it won't contain the original data)
clone.open() clone.open()
# tearDown
database.close()
class BlobUndoTests(BlobTests): class BlobUndoTests(BlobTests):
......
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