autotests/test_xkb: Do not expect fail in fixed Qt versions
This commit is contained in:
parent
59f1f7ee9f
commit
ba7b23c41d
1 changed files with 2 additions and 0 deletions
|
@ -519,7 +519,9 @@ void XkbTest::testFromQtKey()
|
|||
|
||||
QEXPECT_FAIL(QByteArray::number(XKB_KEY_Hyper_L, 16), "keysymsFromQtKey doesn't map hyper to meta", Continue);
|
||||
QEXPECT_FAIL(QByteArray::number(XKB_KEY_Hyper_R, 16), "keysymsFromQtKey doesn't map hyper to meta", Continue);
|
||||
#if QT_VERSION < QT_VERSION_CHECK(6, 7, 1)
|
||||
QEXPECT_FAIL(QByteArray::number(XKB_KEY_KP_Equal, 16), "KP_Equal is not correctly identified as keypad key in Qt 6.7.0; fixed in 6.7.1: https://codereview.qt-project.org/c/qt/qtbase/+/546889", Continue);
|
||||
#endif
|
||||
|
||||
QVERIFY(keys.contains(keySym));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue