aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/files/tst_files.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/files/tst_files.cpp')
-rw-r--r--tests/auto/files/tst_files.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/files/tst_files.cpp b/tests/auto/files/tst_files.cpp
index 236f489..3e5daf6 100644
--- a/tests/auto/files/tst_files.cpp
+++ b/tests/auto/files/tst_files.cpp
@@ -138,7 +138,7 @@ void tst_Files::fileUploadDownload()
QVERIFY(!_id.isEmpty());
QString fileName = QStringLiteral("test.png");
- QString filePath = QStringLiteral(TEST_FILE_PATH);
+ QString filePath = QFINDTESTDATA(QStringLiteral("enginio.png"));
QFile file(filePath);
QVERIFY(file.exists());
QString fileId;