From c42866978fd518163c7287e8dfc1198a94c874f3 Mon Sep 17 00:00:00 2001 From: heck Date: Sun, 18 Apr 2021 23:42:30 +0200 Subject: [PATCH] test: pEpSQLite - fix cleanup --- test/test_pEpSQLite.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/test_pEpSQLite.cc b/test/test_pEpSQLite.cc index aa10543..cd58fe2 100644 --- a/test/test_pEpSQLite.cc +++ b/test/test_pEpSQLite.cc @@ -695,5 +695,9 @@ int main(int argc, char* argv[]) test_is_open_after_close(); test_is_open_after_delete_on_open(); test_is_open_after_delete_on_closed(); + + file_ensure_not_existing(fixture_db_filename_new()); + file_ensure_not_existing(fixture_db_filename_corrupt()); + file_ensure_not_existing(fixture_db_filename_existing_and_verified()); return 0; } \ No newline at end of file