summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2016-09-10 09:07:55 (GMT)
committerfvogel <fvogelnew1@free.fr>2016-09-10 09:07:55 (GMT)
commitb5deacd1f7c7553a45b73fffe25053df18895a8c (patch)
tree399fad7ee82d2928be5f76fb2ddd384b6704bd4a /tests
parent16643d11577fef44af2bdbb3cef94fb669de4c3e (diff)
parent778972909cae6ab5469fab15eb866a63355c2d47 (diff)
downloadtk-b5deacd1f7c7553a45b73fffe25053df18895a8c.zip
tk-b5deacd1f7c7553a45b73fffe25053df18895a8c.tar.gz
tk-b5deacd1f7c7553a45b73fffe25053df18895a8c.tar.bz2
Fixed [eb26817783] - listbox-13.3 fails on Linux
Diffstat (limited to 'tests')
-rw-r--r--tests/listbox.test2
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 {