diff options
Diffstat (limited to 'tests/auto/qfontdatabase/tst_qfontdatabase.cpp')
-rw-r--r-- | tests/auto/qfontdatabase/tst_qfontdatabase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/qfontdatabase/tst_qfontdatabase.cpp b/tests/auto/qfontdatabase/tst_qfontdatabase.cpp index 15be776..7bbd32d 100644 --- a/tests/auto/qfontdatabase/tst_qfontdatabase.cpp +++ b/tests/auto/qfontdatabase/tst_qfontdatabase.cpp @@ -285,7 +285,6 @@ void tst_QFontDatabase::localizedFonts() QFontDatabase db; QVERIFY(db.hasFamily(QString::fromUtf8("ヒラギノ明朝 Pro"))); - QVERIFY(db.hasFamily(QString::fromUtf8("华文宋体"))); QVERIFY(!db.hasFamily(QString::fromUtf8("NotValidFont"))); } #endif |