aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Buhr <andreas@andreasbuhr.de>2022-04-14 14:30:19 +0200
committerAndreas Buhr <andreas@andreasbuhr.de>2022-04-19 01:25:15 +0200
commit91834cef79561fdbeb78e73549133073b5eb7d55 (patch)
tree6c7ccf445434a0f5611dcf0a6a7d92f355f5ee64
parent0dc9cb059b66d93d6b1097bcf1a662e662586f6b (diff)
Fix tst_qquickgraphicsinfo on Android
Pick-to: 6.2 6.3 Task-number: QTBUG-101865 Change-Id: I9f3faa6897a869678a4132105712c106cceabe09 Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
-rw-r--r--tests/auto/quick/qquickgraphicsinfo/tst_qquickgraphicsinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickgraphicsinfo/tst_qquickgraphicsinfo.cpp b/tests/auto/quick/qquickgraphicsinfo/tst_qquickgraphicsinfo.cpp
index f7fefef72a..b6bf9cc432 100644
--- a/tests/auto/quick/qquickgraphicsinfo/tst_qquickgraphicsinfo.cpp
+++ b/tests/auto/quick/qquickgraphicsinfo/tst_qquickgraphicsinfo.cpp
@@ -54,7 +54,7 @@ tst_QQuickGraphicsInfo::tst_QQuickGraphicsInfo()
void tst_QQuickGraphicsInfo::testProperties()
{
QQuickView view;
- view.setSource(QUrl("data/basic.qml"));
+ view.setSource(testFileUrl("basic.qml"));
view.show();
QVERIFY(QTest::qWaitForWindowExposed(&view));