aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp')
-rw-r--r--tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp b/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp
index 8b894da3da..ac78de3713 100644
--- a/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp
+++ b/tests/auto/qml/qmltc_qprocess/tst_qmltc_qprocess.cpp
@@ -176,9 +176,8 @@ void tst_qmltc_qprocess::noQtQml()
void tst_qmltc_qprocess::inlineComponent()
{
- const auto errors = runQmltc(u"inlineComponent.qml"_s, false);
- QEXPECT_FAIL("", "qmltc does not support inline components at the moment", Continue);
- QVERIFY(!errors.contains(u"Inline components are not supported"_s));
+ const auto errors = runQmltc(u"inlineComponentInvalidAlias.qml"_s, false);
+ QVERIFY(errors.contains(u"Cannot resolve alias \"myHello\" [unresolved-alias]"_s));
}
void tst_qmltc_qprocess::singleton()