diff options
author | fvogel <fvogelnew1@free.fr> | 2016-09-10 09:07:55 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2016-09-10 09:07:55 (GMT) |
commit | 71040c30eb391126e584a0acccd1562f9759d375 (patch) | |
tree | 399fad7ee82d2928be5f76fb2ddd384b6704bd4a /tests | |
parent | 8d980ddcf100ffd1a0ac058eba502baaca510ac4 (diff) | |
parent | 51e7a49a3014afd76dac162f38abc4bbbcf53fbc (diff) | |
download | tk-71040c30eb391126e584a0acccd1562f9759d375.zip tk-71040c30eb391126e584a0acccd1562f9759d375.tar.gz tk-71040c30eb391126e584a0acccd1562f9759d375.tar.bz2 |
Fixed [eb26817783] - listbox-13.3 fails on Linux
Diffstat (limited to 'tests')
-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 87a6d98..99c84a7 100644 --- a/tests/listbox.test +++ b/tests/listbox.test @@ -2307,7 +2307,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 { |