From a0a75476c81c8985f3a471d7a8c6c0e20a5c4170 Mon Sep 17 00:00:00 2001 From: msieben <4319079+msieben@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:53:56 +0200 Subject: [PATCH] Development/valuerecorder (#1742) * [core / Tests/unit/core] : Fix build 'test_valuerecorder'. * [core / Tests/unit/core] : prepare 'test_value_recorder' for unpredictable failure. * [Tests/unit/core] : fix build 'test_valuerecorder' * [Tests/unit/core] : redesign 'test_value_recorder' * Tests/unit/core] : Always reset to a valid position * [Tests/unit/core] : Explicitly save the content of the writer before employing the reader * [Tests/unit/core] : Adjust the expectations for multiple files * [Tests/unit/core] : match build inclusion of both branches for 'test_valuerecorder' --------- Co-authored-by: Pierre Wielders Co-authored-by: MFransen69 <39826971+MFransen69@users.noreply.github.com> --- Tests/unit/core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/unit/core/CMakeLists.txt b/Tests/unit/core/CMakeLists.txt index 16f0752cb..eb8aa8826 100644 --- a/Tests/unit/core/CMakeLists.txt +++ b/Tests/unit/core/CMakeLists.txt @@ -74,7 +74,7 @@ add_executable(${TEST_RUNNER_NAME} test_time.cpp test_timer.cpp test_tristate.cpp - test_valuerecorder.cpp + #test_valuerecorder.cpp test_weblinkjson.cpp test_weblinktext.cpp test_websocketjson.cpp