diff options
Diffstat (limited to 'tests/entry.test')
-rw-r--r-- | tests/entry.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/entry.test b/tests/entry.test index bfe8a72..57adf07 100644 --- a/tests/entry.test +++ b/tests/entry.test @@ -746,7 +746,7 @@ test entry-3.6 {EntryWidgetCmd procedure, "bbox" widget command} -constraints { destroy .e } -result {{19 5 7 13} {19 5 7 13}} test entry-3.7 {EntryWidgetCmd procedure, "bbox" widget command} -constraints { - fonts + fonts failsOnXQuarz } -setup { entry .e -font {Courier -12} -borderwidth 2 -highlightthickness 2 pack .e ; update idletasks @@ -759,7 +759,7 @@ test entry-3.7 {EntryWidgetCmd procedure, "bbox" widget command} -constraints { destroy .e } -result {19 5 12 13} test entry-3.8 {EntryWidgetCmd procedure, "bbox" widget command} -constraints { - fonts + fonts failsOnXQuarz } -setup { entry .e -font {Courier -12} -borderwidth 2 -highlightthickness 2 pack .e ; update idletasks @@ -782,7 +782,7 @@ test entry-3.9 {EntryWidgetCmd procedure, "bbox" widget command} -setup { destroy .e } -result "5 5 0 $cy" test entry-3.10 {EntryWidgetCmd procedure, "bbox" widget command} -constraints { - fonts + fonts failsOnXQuarz } -setup { entry .e -font {Courier -12} -borderwidth 2 -highlightthickness 2 pack .e ; update idletasks |