summaryrefslogtreecommitdiffstats
path: root/tests/listbox.test
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2016-09-03 16:57:56 (GMT)
committerfvogel <fvogel@noemail.net>2016-09-03 16:57:56 (GMT)
commit3d95f8091bad138073134f5c988b42007601a51e (patch)
treec2985866125603d0b7920d00c52b017556b978ce /tests/listbox.test
parentc61544254db9a7e666eaa04bc8df8d900c9811df (diff)
downloadtk-3d95f8091bad138073134f5c988b42007601a51e.zip
tk-3d95f8091bad138073134f5c988b42007601a51e.tar.gz
tk-3d95f8091bad138073134f5c988b42007601a51e.tar.bz2
Fixed [eb26817783] - listbox-13.3 fails on Linux
FossilOrigin-Name: 9116a428fc2246ebd4ee71776edd178a48c126fd
Diffstat (limited to 'tests/listbox.test')
-rw-r--r--tests/listbox.test2
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 {