2006-11-23 Alex Roitman <shura@gramps-project.org>
* test/GrampsDb/GrampsDbTestBase.py (tearDown): Close database at the end of test. svn: r7677
This commit is contained in:
@ -35,6 +35,7 @@ class GrampsDbBaseTest(unittest.TestCase):
|
||||
|
||||
|
||||
def tearDown(self):
|
||||
self._db.close()
|
||||
shutil.rmtree(self._tmpdir)
|
||||
|
||||
def _populate_database(self,
|
||||
|
Reference in New Issue
Block a user