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/scale.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/scale.test')
-rw-r--r-- | tests/scale.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/scale.test b/tests/scale.test index 01b1609..f52c050 100644 --- a/tests/scale.test +++ b/tests/scale.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: scale.test,v 1.4 1999/04/16 01:51:40 stanton Exp $ +# RCS: @(#) $Id: scale.test,v 1.5 1999/04/19 23:54:57 hershey Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { source [file join [pwd] [file dirname [info script]] defs.tcl] @@ -396,7 +396,7 @@ test scale-6.20 {ComputeFormat procedure} { .s get } {1001.235} -test scale-7.1 {ComputeScaleGeometry procedure} {fonts} { +test scale-7.1 {ComputeScaleGeometry procedure} {nonPortable fonts} { catch {destroy .s} scale .s -from 0 -to 10 -label "Short" -orient vertical -length 5i pack .s @@ -426,7 +426,7 @@ test scale-7.4 {ComputeScaleGeometry procedure} {fonts} { update list [winfo reqwidth .s] [winfo reqheight .s] } {39 114} -test scale-7.5 {ComputeScaleGeometry procedure} {fonts} { +test scale-7.5 {ComputeScaleGeometry procedure} {nonPortable fonts} { catch {destroy .s} scale .s -from 0 -to 10 -label "Short" -orient horizontal -length 5i pack .s |