summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-05-23 19:28:55 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-05-23 19:28:55 (GMT)
commitcbb6636778a95fccb8070a1411554ad9545e7465 (patch)
tree22c52a299ca3141af01576e64974f051a6dd58b5 /tests
parent446614938913b246606569bc98378e474f37ce9d (diff)
downloadtk-cbb6636778a95fccb8070a1411554ad9545e7465.zip
tk-cbb6636778a95fccb8070a1411554ad9545e7465.tar.gz
tk-cbb6636778a95fccb8070a1411554ad9545e7465.tar.bz2
Test canvas-2.4 seems to be actually portable. Remove the 'nonPortable' constraint.
Diffstat (limited to 'tests')
-rw-r--r--tests/canvas.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/canvas.test b/tests/canvas.test
index d91d872..4e391c8 100644
--- a/tests/canvas.test
+++ b/tests/canvas.test
@@ -216,9 +216,7 @@ test canvas-2.3 {CanvasWidgetCmd, xview option} -body {
update
lappend x [.c xview]
} -result {{0.0 0.3} {0.4 0.7}}
-test canvas-2.4 {CanvasWidgetCmd, xview option} -constraints nonPortable -body {
- # This test gives slightly different results on platforms such as NetBSD.
- # I don't know why...
+test canvas-2.4 {CanvasWidgetCmd, xview option} -body {
.c configure -xscrollincrement 0 -yscrollincrement 5
.c xview moveto 0.6
update