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
93c59a215e
commit
1bbb4d8843
@ -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>
|
2006-11-23 Don Allingham <don@gramps-project.org>
|
||||||
* src/docgen/Makefile.am: don't install AbiWord, OpenOffice 1.X,
|
* src/docgen/Makefile.am: don't install AbiWord, OpenOffice 1.X,
|
||||||
and KWord formats, since they have been superceded by OpenDocument.
|
and KWord formats, since they have been superceded by OpenDocument.
|
||||||
|
@ -35,6 +35,7 @@ class GrampsDbBaseTest(unittest.TestCase):
|
|||||||
|
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
|
self._db.close()
|
||||||
shutil.rmtree(self._tmpdir)
|
shutil.rmtree(self._tmpdir)
|
||||||
|
|
||||||
def _populate_database(self,
|
def _populate_database(self,
|
||||||
|
Loading…
Reference in New Issue
Block a user