Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed Aug 31, 2024
1 parent 745ff34 commit 2027537
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/v1/test_unpacking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ static bool compare_buffers(const std::vector<uint8_t>& b1, const std::vector<ui
TEST(unpacking, v1_unpacking) {
evp evp;

std::string input = BASE_PATH + std::string("/tests/v1/resources/single_file.evp");
evp::unpack_input input;
input.archive = BASE_PATH + std::string("/tests/v1/resources/single_file.evp");

std::string output = BASE_PATH + std::string("/tests/v1/resources/unpack_here/");
std::string valid = BASE_PATH + std::string("/tests/v1/resources/files_to_pack/subfolder_2/text_3.txt");
std::string output_file = BASE_PATH + std::string("/tests/v1/resources/unpack_here/text_3.txt");
Expand Down

0 comments on commit 2027537

Please sign in to comment.