From cbb6636778a95fccb8070a1411554ad9545e7465 Mon Sep 17 00:00:00 2001 From: fvogel Date: Mon, 23 May 2022 19:28:55 +0000 Subject: Test canvas-2.4 seems to be actually portable. Remove the 'nonPortable' constraint. --- tests/canvas.test | 4 +--- 1 file changed, 1 insertion(+), 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 -- cgit v0.12