# HG changeset patch # User Alain Mazy # Date 1702027613 -3600 # Node ID d7c9c85d78dc1d4a306413773dd4458155cc8826 # Parent 312e866e255009f508161115d0a3285ad305b02e fix logging unit tests diff -r 312e866e2550 -r d7c9c85d78dc OrthancFramework/UnitTestsSources/LoggingTests.cpp --- a/OrthancFramework/UnitTestsSources/LoggingTests.cpp Fri Dec 08 10:15:09 2023 +0100 +++ b/OrthancFramework/UnitTestsSources/LoggingTests.cpp Fri Dec 08 10:26:53 2023 +0100 @@ -69,7 +69,7 @@ const std::string& logLine) { const char* regexStr = "[A-Z][0-9]{4} [0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{6} " - "[a-zA-Z\\.\\-_]+:[0-9]+\\] (.*)" EOLSTRING "$"; + ".{16} [a-zA-Z\\.\\-_]+:[0-9]+\\] (.*)" EOLSTRING "$"; boost::regex regexObj(regexStr);