# HG changeset patch # User Alain Mazy # Date 1757078923 -7200 # Node ID bb8c961c37a695ce4be49a4431bda12d011f9336 # Parent b87d403d1f4d89517b7c4ab8b8b6cb72bd272ac9 fix unit tests diff -r b87d403d1f4d -r bb8c961c37a6 OrthancFramework/UnitTestsSources/FileStorageTests.cpp --- a/OrthancFramework/UnitTestsSources/FileStorageTests.cpp Thu Sep 04 18:19:25 2025 +0200 +++ b/OrthancFramework/UnitTestsSources/FileStorageTests.cpp Fri Sep 05 15:28:43 2025 +0200 @@ -144,7 +144,7 @@ #if !defined(__MINGW32__) // non-ASCII paths are not supported when built with mingw TEST(FilesystemStorage, FileAlreadyExistsUtf8) { - FilesystemStorage s("\xd0\x95UnitTestsStorageFileAlreadyExists"); + FilesystemStorage s(SystemToolbox::PathFromUtf8("\xd0\x95UnitTestsStorageFileAlreadyExists")); s.Clear(); std::vector data;