summaryrefslogtreecommitdiffstats
path: root/tests/canvMoveto.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-10 13:10:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-09-10 13:10:23 (GMT)
commitfdf8dbb801759671f5e6c83be96cf8f78a8cb3cc (patch)
tree6be51a127548928e9608a8cad4ba3aca1f2fc2cf /tests/canvMoveto.test
parent23f8f1f53c2ab0960a3389b9342637f928e27e2b (diff)
parent0e5885d7fab885a2ef6ee3d709a6745b0bf585fb (diff)
downloadtk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.zip
tk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.tar.gz
tk-fdf8dbb801759671f5e6c83be96cf8f78a8cb3cc.tar.bz2
Merge 8.6. Modify local xvfb-run script such that it works on macOS, and use it
Diffstat (limited to 'tests/canvMoveto.test')
-rw-r--r--tests/canvMoveto.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/canvMoveto.test b/tests/canvMoveto.test
index 79761a4..a6cf849 100644
--- a/tests/canvMoveto.test
+++ b/tests/canvMoveto.test
@@ -6,7 +6,7 @@
# Copyright (c) 2004 Neil McKay.
# All rights reserved.
-package require tcltest 2.1
+package require tcltest 2.2
eval tcltest::configure $argv
tcltest::loadTestedCommands
@@ -33,7 +33,7 @@ test canvMoveto-1.5 {Bad args handling for "moveto" command} -body {
test canvMoveto-2.1 {Canvas "moveto" command coordinates} {
.c moveto test 200 150
.c bbox test
-} {200 150 272 232}
+} {200 150 272 232}
test canvMoveto-2.2 {Canvas "moveto" command, blank y coordinate} {
.c moveto test 200 150
.c moveto test 150 {}