diff options
author | hershey <hershey> | 1999-04-19 23:54:56 (GMT) |
---|---|---|
committer | hershey <hershey> | 1999-04-19 23:54:56 (GMT) |
commit | c999728b7c7b84d88a81c5e223f2a5821eafe4f7 (patch) | |
tree | 875f348f732fae90d23763d73f4c43b5d7413f86 /tests/menubut.test | |
parent | 3f100af6bdc13e0abd205827a2e697ef5a213c86 (diff) | |
download | tk-c999728b7c7b84d88a81c5e223f2a5821eafe4f7.zip tk-c999728b7c7b84d88a81c5e223f2a5821eafe4f7.tar.gz tk-c999728b7c7b84d88a81c5e223f2a5821eafe4f7.tar.bz2 |
changed tests--marked some nonPortable; added new constraints to fix bug 1770
Diffstat (limited to 'tests/menubut.test')
-rw-r--r-- | tests/menubut.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/menubut.test b/tests/menubut.test index 89d46d8..c0c705c 100644 --- a/tests/menubut.test +++ b/tests/menubut.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: menubut.test,v 1.3 1999/04/16 01:51:39 stanton Exp $ +# RCS: @(#) $Id: menubut.test,v 1.4 1999/04/19 23:54:56 hershey Exp $ # XXX This test file is woefully incomplete right now. If any part # XXX of a procedure has tests then the whole procedure has tests, @@ -191,7 +191,7 @@ test menubutton-4.4 {ConfigureMenuButton procedure} { (processing -height option) invoked from within ".mb1 configure -height 0.5x"}} -test menubutton-4.5 {ConfigureMenuButton procedure} {fonts} { +test menubutton-4.5 {ConfigureMenuButton procedure} {nonPortable fonts} { catch {destroy .mb1} button .mb1 -text "Sample text" -width 10 -height 2 pack .mb1 @@ -307,7 +307,7 @@ test menubutton-7.12 {ComputeMenuButtonGeometry procedure} {fonts} { pack .mb list [winfo reqwidth .mb] [winfo reqheight .mb] } {62 30} -test menubutton-7.13 {ComputeMenuButtonGeometry procedure} {fonts} { +test menubutton-7.13 {ComputeMenuButtonGeometry procedure} {nonPortable fonts} { catch {destroy .mb} menubutton .mb -text String -bd 2 -relief raised \ -highlightthickness 1 -indicatoron 1 |