Remove work-around from thaiWithZWJ test
We added a work-around to disable the test when the Waree Book font was not available, but this also excludes perfectly valid versions of the font, so it is a bit unfortunate. Change-Id: Ibeeff78d87acc384c1aa1b01e988edd524c60575 Reviewed-by: Lars Knoll <lars.knoll@qt.io>bb10
parent
243f4b2a8c
commit
04b50ed011
|
|
@ -1217,9 +1217,6 @@ void tst_QTextScriptEngine::thaiWithZWJ()
|
|||
QFont font(QStringLiteral("Waree"));
|
||||
font.setStyleStrategy(QFont::NoFontMerging);
|
||||
|
||||
if (QFontInfo(font).styleName() != QStringLiteral("Book"))
|
||||
QSKIP("couldn't find 'Waree Book' font");
|
||||
|
||||
QString s(QString::fromUtf8("\xe0\xb8\xa3\xe2\x80\x8d\xe0\xb8\xa3\xe2\x80"
|
||||
"\x8c\x2e\xe0\xb8\xa3\x2e\xe2\x80\x9c\xe0\xb8"
|
||||
"\xa3\xe2\x80\xa6\xe0\xb8\xa3\xe2\x80\x9d\xe0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue