summaryrefslogtreecommitdiff
path: root/tests/auto/files/tst_files.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-10-22 18:08:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-23 13:58:56 +0200
commite6c1786732c14410f47f1a0fdff9d5b2889712ea (patch)
tree12a40becfcd920b33168603d789faee8be1dd713 /tests/auto/files/tst_files.cpp
parentb414da12d8932f1f7268dae7927d925169473134 (diff)
downloadqtenginio-e6c1786732c14410f47f1a0fdff9d5b2889712ea.tar.gz
Fix test to not check for outdated url property any more
Change-Id: I39bb07b970a58a024f33a08df7688678fb0db629 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'tests/auto/files/tst_files.cpp')
-rw-r--r--tests/auto/files/tst_files.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/files/tst_files.cpp b/tests/auto/files/tst_files.cpp
index 1119d75..c2f0f13 100644
--- a/tests/auto/files/tst_files.cpp
+++ b/tests/auto/files/tst_files.cpp
@@ -234,7 +234,6 @@ void tst_Files::fileUploadDownload()
}
QVERIFY2(ok == 10, "resultObject[\"fileAttachment\"].isObject()");
QVERIFY(resultObject["fileAttachment"].isObject());
- QVERIFY(!resultObject["fileAttachment"].toObject()["url"].toString().isEmpty());
QCOMPARE(resultObject["fileAttachment"].toObject()["fileName"].toString(), fileName);
QFile file(filePath);