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 | 924683f873872cfcef0d432abdddc75b013d8330 (patch) | |
tree | 0db93e65ea4fc0a9e52930792791ac0a3fa28057 /tests | |
parent | 33c21b13cccb585c96fb2b77a27cf0b89f66a547 (diff) | |
download | tk-924683f873872cfcef0d432abdddc75b013d8330.zip tk-924683f873872cfcef0d432abdddc75b013d8330.tar.gz tk-924683f873872cfcef0d432abdddc75b013d8330.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')
-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] |