Fixed unit tests for Windows

This commit is contained in:
Matthias Koefferlein 2023-04-08 09:08:31 +02:00
parent 015263fb0e
commit 317617a14a
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ TEST (19)
// no specific value, just something ...
EXPECT_EQ (home.size () > 5, true);
#if defined(HAVE_QT)
EXPECT_EQ (home, tl::to_string (QDir::homePath ()));
EXPECT_EQ (tl::replaced (home, "\\", "/"), tl::replaced (tl::to_string (QDir::homePath ()), "\\", "/"));
#endif
}