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:
parent
c51cf48564
commit
5dd18318f9
@ -1,3 +1,7 @@
|
||||
2006-11-23 Alex Roitman <shura@gramps-project.org>
|
||||
* test/GrampsDb/GrampsDbTestBase.py (tearDown): Close database at
|
||||
the end of test.
|
||||
|
||||
2006-11-23 Don Allingham <don@gramps-project.org>
|
||||
* src/docgen/Makefile.am: don't install AbiWord, OpenOffice 1.X,
|
||||
and KWord formats, since they have been superceded by OpenDocument.
|
||||
|
@ -35,6 +35,7 @@ class GrampsDbBaseTest(unittest.TestCase):
|
||||
|
||||
|
||||
def tearDown(self):
|
||||
self._db.close()
|
||||
shutil.rmtree(self._tmpdir)
|
||||
|
||||
def _populate_database(self,
|
||||
|
Loading…
Reference in New Issue
Block a user