diff options
author | fvogel <fvogelnew1@free.fr> | 2016-09-03 16:57:56 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-09-03 16:57:56 (GMT) |
commit | 778972909cae6ab5469fab15eb866a63355c2d47 (patch) | |
tree | c2985866125603d0b7920d00c52b017556b978ce /tests/listbox.test | |
parent | e90e5d25d13df3de728ef5ed909ebd39c631bc65 (diff) | |
download | tk-778972909cae6ab5469fab15eb866a63355c2d47.zip tk-778972909cae6ab5469fab15eb866a63355c2d47.tar.gz tk-778972909cae6ab5469fab15eb866a63355c2d47.tar.bz2 |
Fixed [eb26817783] - listbox-13.3 fails on Linuxbug_eb26817783
Diffstat (limited to 'tests/listbox.test')
-rw-r--r-- | tests/listbox.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/listbox.test b/tests/listbox.test index 407420c..be8d582 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -2306,7 +2306,7 @@ test listbox-13.3 {ListboxScanTo procedure} -constraints { .l scan dragto [expr 5+$width] [expr 10+$height] update lappend x [format {%.6g %.6g} {*}[.l xview]] [format {%.6g %.6g} {*}[.l yview]] -} -result {{0.8 1} {0.75 1} {0.64 0.84} {0.25 0.5}} +} -result {{0.8 1} {0.75 1} {0.6 0.8} {0.25 0.5}} test listbox-14.1 {NearestListboxElement procedure, partial last line} -body { |