summaryrefslogtreecommitdiffstats
path: root/tests/auto/qfontdatabase
diff options
context:
space:
mode:
authorJiang Jiang <jiang.jiang@nokia.com>2011-11-13 13:29:38 +0100
committerJiang Jiang <jiang.jiang@nokia.com>2011-11-13 13:29:38 +0100
commitf322c563baabab704044810373041d99a2b03a6f (patch)
tree46afe2d0b4e48b23551959ff817f2a85e2f7f151 /tests/auto/qfontdatabase
parent68de09f538ae1103a3104e0fba1086ea93581b6e (diff)
Remove font that may not exists in some OS X systems
Diffstat (limited to 'tests/auto/qfontdatabase')
-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 15be776cb6..7bbd32da79 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