Home
last modified time | relevance | path

Searched refs:filePath5 (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/tests/advancedrename/
H A Dadvancedrename_utest.cpp68 const QString filePath5 = createFilePath(fileName5); variable
303 << filePath5 in testFirstLetterOfEachWordUppercaseModifier_data()
445 ps.fileUrl = QUrl::fromLocalFile(filePath5); in addFiles_should_only_add_files()
475 ps.fileUrl = QUrl::fromLocalFile(filePath5); in addFiles_should_only_add_files2()
494 ps.fileUrl = QUrl::fromLocalFile(filePath5); in reset_removes_everything()
880 << filePath4 << filePath5 << filePath6 in sortAction_custom_asc_should_not_sort()
907 << filePath4 << filePath5 << filePath6 in sortAction_custom_desc_should_not_sort()
935 << filePath4 << filePath5 << filePath6 in sortAction_name_asc()
965 << filePath4 << filePath5 << filePath6 in sortAction_name_desc()
998 << filePath5 << filePath4 << filePath6; in sortAction_size_asc()
[all …]
H A Drenamecustomizer_utest.cpp63 const QString filePath5 = createFilePath(fileName5); variable
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dstoragecache-test.cpp100 ON_CALL(this->mockStorage, fetchSourceContextId(Eq(filePath5))).WillByDefault(Return(id5)); in SetUp()
113 Utils::PathString filePath5{"/file/pathFife"}; member in __anon58c434ab0111::StorageCache
114 Utils::PathStringVector filePaths{filePath1, filePath2, filePath3, filePath4, filePath5};
115 Utils::PathStringVector reverseFilePaths{filePath1, filePath2, filePath3, filePath4, filePath5};