diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-14 23:04:20 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-14 23:04:20 (GMT) |
commit | bce2acc0891d5249059828c8687a11b68166cec8 (patch) | |
tree | 0db93e65ea4fc0a9e52930792791ac0a3fa28057 /tests/font.test | |
parent | 6aa377adde57cd598e43d73291d924e5480a3223 (diff) | |
download | tk-bce2acc0891d5249059828c8687a11b68166cec8.zip tk-bce2acc0891d5249059828c8687a11b68166cec8.tar.gz tk-bce2acc0891d5249059828c8687a11b68166cec8.tar.bz2 |
Avoid crashing the test suite due to apparent Xlib bug handling the
zapfdingbats font as a core font, observed on Snow Leopard.
Diffstat (limited to 'tests/font.test')
-rw-r--r-- | tests/font.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/font.test b/tests/font.test index 643cc79..6abc939 100644 --- a/tests/font.test +++ b/tests/font.test @@ -697,7 +697,6 @@ foreach p { {"symbol" Symbol Symbol Symbol Symbol} {"times" Times-Roman Times-Bold Times-Italic Times-BoldItalic} {"zapfchancery" ZapfChancery-MediumItalic ZapfChancery-MediumItalic ZapfChancery-MediumItalic ZapfChancery-MediumItalic} - {"zapfdingbats" ZapfDingbats ZapfDingbats ZapfDingbats ZapfDingbats} } { test font-21.$i {Tk_PostscriptFontName procedure: exhaustive} {unixOnly} { set family [lindex $p 0] |