aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/files/tst_files.cpp
diff options
context:
space:
mode:
authorRainer Keller <rainer.keller@theqtcompany.com>2015-02-04 13:14:24 +0100
committerRainer Keller <rainer.keller@theqtcompany.com>2015-02-05 07:07:59 +0000
commit37e40d3ae296ed8a4ad4f2a641c984897316671f (patch)
treeb70f1a33939c82c5bab62e24338390f3592f4312 /tests/auto/files/tst_files.cpp
parent91b829f55f892bc5a9179a659655688305be8eca (diff)
Autotest: Use resources for test filesv1.1.1
Change-Id: I4e1aac17ea5d0c4e24e8e1cc5b6ee128e5be3184 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
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;