https://bugs.kde.org/show_bug.cgi?id=359633
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dimul...@gmail.com --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Hi, Wolthera! The images in sdk/tests/data were my attempt not to store the data in every testing directory and fetch them from a centralized storage via TestUtil::fetchDataFileLazy(). According to grep lena.png was not used this way, so the commit is safe. The rest of the usages weem to be not very difficult to fix libs/ui/tests/filter_stroke_test.cpp: QImage src(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); libs/ui/tests/kis_animation_importer_test.cpp: files.append(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); libs/ui/tests/kis_animation_importer_test.cpp: QImage source2(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); libs/ui/tests/kis_prescaled_projection_test.cpp: QImage qimage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); libs/ui/tests/kis_prescaled_projection_test.cpp: QImage qimage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); libs/ui/tests/kis_prescaled_projection_test.cpp: QImage referenceImage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); libs/ui/tests/kis_prescaled_projection_test.cpp: sourceImage = QImage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); plugins/filters/tests/kis_all_filter_test.cpp: QImage qimage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); plugins/filters/tests/kis_all_filter_test.cpp: QImage qimage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); plugins/filters/tests/kis_all_filter_test.cpp: QImage qimage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); plugins/filters/tests/kis_all_filter_test.cpp: QImage qimage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); plugins/filters/tests/kis_crash_filter_test.cpp: QImage qimage(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); plugins/tools/basictools/tests/move_stroke_test.cpp: QImage src(QString(FILES_DATA_DIR) + QDir::separator() + "lena.png"); -- You are receiving this mail because: You are watching all bug changes.