fix
This commit is contained in:
@ -493,10 +493,8 @@ TEST(ring_buffer_open_file, read_full_file_in_partial_chunks) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST(ring_buffer_open_file, read_full_file_in_partial_chunks_in_reverse) {
|
TEST(ring_buffer_open_file, read_full_file_in_partial_chunks_in_reverse) {
|
||||||
const auto download_source_path =
|
auto nf = test::create_random_file(test_chunk_size * 32u);
|
||||||
test::generate_test_file_name("ring_buffer_open_file");
|
const auto download_source_path = nf.get_path().string();
|
||||||
auto nf =
|
|
||||||
test::create_random_file(download_source_path, test_chunk_size * 32u);
|
|
||||||
|
|
||||||
const auto dest_path = test::generate_test_file_name("ring_buffer_open_file");
|
const auto dest_path = test::generate_test_file_name("ring_buffer_open_file");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user