Replace insignificant test with QEXPECT_FAIL.
Task-number: QTBUG-26403 Change-Id: Id933665a35be056f2b2a6fa2152f324810a7f057 Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>bb10
parent
bcf20e122a
commit
6a96daa3bb
|
|
@ -5,5 +5,3 @@ HEADERS +=
|
|||
SOURCES += tst_qtextlayout.cpp
|
||||
DEFINES += QT_COMPILES_IN_HARFBUZZ
|
||||
INCLUDEPATH += $$QT_SOURCE_TREE/src/3rdparty/harfbuzz/src
|
||||
|
||||
mac:CONFIG+=insignificant_test # QTBUG-23050
|
||||
|
|
|
|||
|
|
@ -1968,6 +1968,7 @@ void tst_QTextLayout::cursorInLigatureWithMultipleLines()
|
|||
layout.endLayout();
|
||||
|
||||
// The second line will be "finish", with "fi" as a ligature
|
||||
QEXPECT_FAIL("", "QTBUG-26403", Abort);
|
||||
QVERIFY(line.cursorToX(0) != line.cursorToX(1));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue