Make sure to clean up the test IdentDB in test 33

This commit is contained in:
Erick Tryzelaar
2014-12-24 18:32:34 -08:00
parent 02b5326d0f
commit 5406a85654

View File

@@ -172,6 +172,6 @@ class TestIdentifier():
assert nameid.text.strip() != nameid2.text.strip()
def teardown_class(self):
if os.path.exists("foobar.db"):
os.unlink("foobar.db")
if os.path.exists("subject.db"):
os.unlink("subject.db")