summaryrefslogtreecommitdiffstats
path: root/tests/test_import_legacy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_import_legacy.py')
-rw-r--r--tests/test_import_legacy.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test_import_legacy.py b/tests/test_import_legacy.py
index 84c4bb6b..c5cd481f 100644
--- a/tests/test_import_legacy.py
+++ b/tests/test_import_legacy.py
@@ -39,6 +39,10 @@ class ImportLegacy(test.TestCase):
sql_util.setup_test_database()
self.identity_api = identity_sql.Identity()
+ def tearDown(self):
+ sql_util.teardown_test_database()
+ super(ImportLegacy, self).tearDown()
+
def setup_old_database(self, sql_dump):
sql_path = test.testsdir(sql_dump)
db_path = test.testsdir('%s.db' % sql_dump)