diff options
author | dgp@users.sourceforge.net <dgp> | 2012-11-14 23:04:20 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2012-11-14 23:04:20 (GMT) |
commit | 94c1e9eb9e704a6bee8afb767f2c72a9330d7898 (patch) | |
tree | 0db93e65ea4fc0a9e52930792791ac0a3fa28057 /tests/font.test | |
parent | 73a348f77685319597ce9036e20fc8cdabb25832 (diff) | |
download | tk-94c1e9eb9e704a6bee8afb767f2c72a9330d7898.zip tk-94c1e9eb9e704a6bee8afb767f2c72a9330d7898.tar.gz tk-94c1e9eb9e704a6bee8afb767f2c72a9330d7898.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] |