diff options
author | hobbs <hobbs@noemail.net> | 2003-10-13 00:54:45 (GMT) |
---|---|---|
committer | hobbs <hobbs@noemail.net> | 2003-10-13 00:54:45 (GMT) |
commit | 59eb409f88b3cfe9ac7eff69beeaec6903660635 (patch) | |
tree | 6caf2aeb2becc176ddaaec4bd46937a576e51cad /tests/listbox.test | |
parent | c3cdc2c6c4bcc75a473a4ced0aaa0aa05254ee45 (diff) | |
download | tk-59eb409f88b3cfe9ac7eff69beeaec6903660635.zip tk-59eb409f88b3cfe9ac7eff69beeaec6903660635.tar.gz tk-59eb409f88b3cfe9ac7eff69beeaec6903660635.tar.bz2 |
* tests/listbox.test (13.3): correct result size
(4.7): correct test for possible window drift [Bug #701931] (dgp)
FossilOrigin-Name: 1bc1c9254242e76b23215e3022aa0898fc9b0262
Diffstat (limited to 'tests/listbox.test')
-rw-r--r-- | tests/listbox.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/listbox.test b/tests/listbox.test index dd686cc..ef9de1c 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -6,7 +6,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: listbox.test,v 1.22 2003/04/01 21:06:37 dgp Exp $ +# RCS: @(#) $Id: listbox.test,v 1.23 2003/10/13 00:54:45 hobbs Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -838,7 +838,7 @@ test listbox-4.7 {ConfigureListbox procedure} { catch {destroy .l} wm withdraw . listbox .l -font $fixed -width 30 -height 20 -setgrid 1 - wm geom . +0+0 + wm geom . +25+25 pack .l update wm deiconify . @@ -1526,7 +1526,7 @@ test listbox-13.3 {ListboxScanTo procedure} {fonts} { .l scan dragto [expr 5+$width] [expr 10+$height] update lappend x [.l xview] [.l yview] -} {{0.8 1} {0.75 1} {0.62 0.82} {0.25 0.5}} +} {{0.8 1} {0.75 1} {0.64 0.84} {0.25 0.5}} test listbox-14.1 {NearestListboxElement procedure, partial last line} { mkPartial |