summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiang Jiang <jiang.jiang@nokia.com>2011-11-13 12:29:38 (GMT)
committerJiang Jiang <jiang.jiang@nokia.com>2011-11-13 12:29:38 (GMT)
commitf322c563baabab704044810373041d99a2b03a6f (patch)
tree46afe2d0b4e48b23551959ff817f2a85e2f7f151
parent68de09f538ae1103a3104e0fba1086ea93581b6e (diff)
downloadQt-f322c563baabab704044810373041d99a2b03a6f.zip
Qt-f322c563baabab704044810373041d99a2b03a6f.tar.gz
Qt-f322c563baabab704044810373041d99a2b03a6f.tar.bz2
Remove font that may not exists in some OS X systems
-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