Extended unit test

This commit is contained in:
Matthias Koefferlein 2023-04-07 10:07:26 +02:00
parent 19fbc5c144
commit 0802bc845d
1 changed files with 3 additions and 0 deletions

View File

@ -805,6 +805,9 @@ TEST (19)
std::string home = tl::get_home_path ();
// no specific value, just something ...
EXPECT_EQ (home.size () > 5, true);
#if defined(HAVE_QT)
EXPECT_EQ (home, tl::to_string (QDir::homePath ()));
#endif
}
// absolute path with "~" expansion