mirror of https://github.com/KLayout/klayout.git
Fixed unit tests for Windows
This commit is contained in:
parent
015263fb0e
commit
317617a14a
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue