summaryrefslogtreecommitdiffstats
path: root/tests/canvMoveto.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canvMoveto.test')
-rw-r--r--tests/canvMoveto.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvMoveto.test b/tests/canvMoveto.test
index 79761a4..84f0cba 100644
--- a/tests/canvMoveto.test
+++ b/tests/canvMoveto.test
@@ -10,7 +10,7 @@ package require tcltest 2.1
eval tcltest::configure $argv
tcltest::loadTestedCommands
-canvas .c -width 400 -height 300 -bd 2 -relief sunken
+canvas .c -width 400 -height 300 -borderwidth 2 -relief sunken
.c create rectangle 20 20 80 80 -tag {test rect1}
.c create rectangle 40 40 90 100 -tag {test rect2}