tst_qqmljsscope: remove Q_SKIP in qualifiedName test
The test has been fixed for some time now but the Q_SKIP() was not
removed yet (I guess the merge algorithm decided to keep both the Q_SKIP
and the improved test).
Amends d26675105b
.
Change-Id: I6edd6fa1c3dca703f26adb8854155681f3872e5b
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
8961469341
commit
70e6d671bc
|
@ -667,8 +667,6 @@ void tst_qqmljsscope::emptyBlockBinding()
|
|||
|
||||
void tst_qqmljsscope::qualifiedName()
|
||||
{
|
||||
QSKIP("Test removed as it blocks integration,"
|
||||
" will be fixed in another commit");
|
||||
QQmlJSScope::ConstPtr root = run(u"qualifiedName.qml"_s);
|
||||
QVERIFY(root);
|
||||
|
||||
|
|
Loading…
Reference in New Issue