Skip to content
Snippets Groups Projects
Commit 1fb8d6c0 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Add deletion of retreival transaction

If the download transaction is not deleted, the file stays open (and will cause a crash of the test).
parent 056b31d1
Branches
No related tags found
2 merge requests!41Release 0.3.0,!38Make integration tests runnable on Windows
Pipeline #56925 passed
......@@ -628,4 +628,7 @@ TEST_F(test_clinkahead, test_up_n_download_file) {
return_code =
linkahead_transaction_transaction_get_result_set(&retrieve_transaction_1, &result_set);
EXPECT_EQ(return_code, 0);
return_code = linkahead_transaction_delete_transaction(&retrieve_transaction_1);
EXPECT_EQ(return_code, 0);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment