Add test for buffer utils

This commit is contained in:
2020-04-21 20:19:13 +02:00
parent 8be4c4db3f
commit 5294015206
3 changed files with 20 additions and 2 deletions
+3 -1
View File
@@ -91,7 +91,9 @@ vector<BufferUtils::path_sufix> BufferUtils::get_path_suffixes (
result.emplace_back<BufferUtils::path_sufix>(
{first_pulse_id,
first_pulse_id+FILE_MOD+1,
first_pulse_id+FILE_MOD-1,
folder.str()});
}
return result;
}