summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfontdatabase/tst_qfontdatabase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qfontdatabase/tst_qfontdatabase.cpp')
-rw-r--r--tests/auto/qfontdatabase/tst_qfontdatabase.cpp1
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