Utils: Add tst_filepath

Moves all tests that are applicable only to FilePath over from
tst_fileutils.

Change-Id: Ic331e1470a7479ee2f8ba38baec84124982a000a
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Marcus Tillmanns
2023-02-09 13:58:01 +01:00
parent a8d6229898
commit d5a9e28a96
10 changed files with 1820 additions and 1427 deletions

View File

@@ -232,9 +232,5 @@ QTCREATOR_UTILS_EXPORT QTextStream &operator<<(QTextStream &s, const FilePath &f
bool isRelativePathHelper(const QString &path, OsType osType);
// For testing
QTCREATOR_UTILS_EXPORT QString doCleanPath(const QString &input);
QTCREATOR_UTILS_EXPORT QString cleanPathHelper(const QString &path);
} // namespace Utils