Fix tst_QTextScriptEngine::thaiWithZWJ() on OpenSUSE
OpenSUSE has a bitmap font called "Waree" while the test is created for the TrueType font which is available on Ubuntu. The style names are different, so we can use that to check that we have the right one. Change-Id: I808d0d1ecde9f10ed7730dc76ab3818490002ba9 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
dcd5cb9736
commit
57fb8b11cd
@ -1214,6 +1214,9 @@ 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
Block a user