aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-05-12 00:15:53 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-05-20 13:01:29 +0000
commitdfd3db5db85fb7a6a119b27ce047c4813b29ea03 (patch)
tree0d417a18c26c44a35f70e1077e7c1dcf6aaf97a1 /tests
parent8d3bd1cfabb86de10712dcbe0dd614f31af161b7 (diff)
Revert "QQmlPreview: remove the ignore of :/qgradient/"
The corresponding commit in qtbase has been reverted. This reverts commit 1989323559a7bc08a469f9708c644dcad1f57600. Task-number: QTBUG-84069 Change-Id: Ie042a34ea41baf538c922ed9c7280907475f759a Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp b/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp
index bfec776614..2de525db54 100644
--- a/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp
+++ b/tests/auto/qml/debugger/qqmlpreview/tst_qqmlpreview.cpp
@@ -122,6 +122,7 @@ void checkFiles(const QStringList &files)
{
QVERIFY(!files.contains("/etc/localtime"));
QVERIFY(!files.contains("/etc/timezome"));
+ QVERIFY(!files.contains(":/qgradient/webgradients.binaryjson"));
}
void tst_QQmlPreview::cleanup()