summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-09 12:39:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-09-09 12:39:26 (GMT)
commite6e780d039fd353500290bbbaff5a0ae6efb2231 (patch)
tree3a08bed22a8a1628b1c7a0dce6691be3db373617
parent980c9d6d16e030798c496573821f7f9026f63350 (diff)
downloadtk-e6e780d039fd353500290bbbaff5a0ae6efb2231.zip
tk-e6e780d039fd353500290bbbaff5a0ae6efb2231.tar.gz
tk-e6e780d039fd353500290bbbaff5a0ae6efb2231.tar.bz2
Fix canvas-1.7 expected resultcore-bug-f91aa24bbe
-rw-r--r--tests/canvas.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/canvas.test b/tests/canvas.test
index 6f98e57..17821b2 100644
--- a/tests/canvas.test
+++ b/tests/canvas.test
@@ -44,7 +44,7 @@ test canvas-1.6 {configuration options: bad value for "bd"} -body {
test canvas-1.7 {configuration options: good value for "borderwidth"} -body {
.c configure -borderwidth 1.3
.c cget -borderwidth
-} -result 1
+} -result 1.3
test canvas-1.8 {configuration options: bad value for "borderwidth"} -body {
.c configure -borderwidth badValue
} -returnCodes error -result {expected screen distance but got "badValue"}