diff --git a/test/blackbox/ddsrouter_core/dds/WAN/DDSTestWAN.cpp b/test/blackbox/ddsrouter_core/dds/WAN/DDSTestWAN.cpp index fc973932b..802e5ed48 100644 --- a/test/blackbox/ddsrouter_core/dds/WAN/DDSTestWAN.cpp +++ b/test/blackbox/ddsrouter_core/dds/WAN/DDSTestWAN.cpp @@ -41,9 +41,8 @@ void test_WAN_communication( std::string client_config_path) { // Check there are no warnings/errors - // TODO: Uncomment when having no listening addresses is no longer considered an error by the middleware // TODO: Change threshold to \c Log::Kind::Warning once middleware warnings are solved - // test::TestLogHandler test_log_handler(Log::Kind::Error); + test::TestLogHandler test_log_handler(Log::Kind::Error); uint32_t samples_sent = 0; std::atomic samples_received(0); diff --git a/test/blackbox/ddsrouter_core/dds/local/DDSTestLocal.cpp b/test/blackbox/ddsrouter_core/dds/local/DDSTestLocal.cpp index a9497d45e..9f09f3295 100644 --- a/test/blackbox/ddsrouter_core/dds/local/DDSTestLocal.cpp +++ b/test/blackbox/ddsrouter_core/dds/local/DDSTestLocal.cpp @@ -39,8 +39,7 @@ void test_local_communication( std::string config_path) { // Check there are no warnings/errors - // TODO: Change threshold to \c Log::Kind::Warning once middleware warnings are solved - test::TestLogHandler test_log_handler(Log::Kind::Error); + test::TestLogHandler test_log_handler(Log::Kind::Warning); uint32_t samples_sent = 0; std::atomic samples_received(0);