Commit 72c2053e authored by Jim Fulton's avatar Jim Fulton

Added missing db close. Gaaaa.

parent 88e002fa
......@@ -640,6 +640,7 @@ def lp440234_Setting__p_changed_of_a_Blob_w_no_uncomitted_changes_is_noop():
>>> old_serial == blob._p_serial
True
>>> conn.close()
"""
def setUp(test):
......
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