aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlbasicapp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlbasicapp')
-rw-r--r--tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp b/tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp
index bd3584ba37..9f027c3d8a 100644
--- a/tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp
+++ b/tests/auto/qml/qmlbasicapp/tst_qmlbasicapp.cpp
@@ -75,7 +75,6 @@ void tst_basicapp::fileSystemFiles()
QVERIFY(QFile::exists(basedir + QStringLiteral("/main.qml")));
QVERIFY(QFile::exists(basedir + QStringLiteral("/TimeExample/Clock.qml")));
- QEXPECT_FAIL(nullptr, "Does not install RESOURCES in qrc", Abort);
QVERIFY(QFile::exists(basedir + QStringLiteral("/TimeExample/center.png")));
QVERIFY(QFile::exists(basedir + QStringLiteral("/TimeExample/clock.png")));
QVERIFY(QFile::exists(basedir + QStringLiteral("/TimeExample/hour.png")));