summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-05-23 19:49:20 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-05-23 19:49:20 (GMT)
commit62c47c3417db87b191335f9423eaeee25e7b3d0b (patch)
tree2a46ebf6b8f253dab66639f4a03a9e4e48b4b7ca /tests
parent50c027c0f1e1918c2e14eb401c9e32e9f7ced458 (diff)
downloadtk-62c47c3417db87b191335f9423eaeee25e7b3d0b.zip
tk-62c47c3417db87b191335f9423eaeee25e7b3d0b.tar.gz
tk-62c47c3417db87b191335f9423eaeee25e7b3d0b.tar.bz2
Test canvRect-4.4 seems to be actually portable. Remove the 'nonPortable' constraint.
Diffstat (limited to 'tests')
-rw-r--r--tests/canvRect.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/canvRect.test b/tests/canvRect.test
index 08a17ef..012f32e 100644
--- a/tests/canvRect.test
+++ b/tests/canvRect.test
@@ -157,8 +157,7 @@ test canvRect-4.3 {ConfigureRectOval procedure} -body {
} -cleanup {
.c delete withtag all
} -returnCodes error -result {bad screen distance "-5"}
-test canvRect-4.4 {ConfigureRectOval procedure} -constraints nonPortable -body {
- # Non-portable due to rounding differences
+test canvRect-4.4 {ConfigureRectOval procedure} -body {
.c create rectangle 10 20 30 40 -tags x -width 1
.c itemconfigure x -width 10
.c bbox x