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