summaryrefslogtreecommitdiffstats
path: root/tests/canvas.test
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2004-08-20 08:03:46 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2004-08-20 08:03:46 (GMT)
commit8537f8155b5548712f9aaff8e8b940c3619c7e29 (patch)
tree5370964590df37a8b0707ece82a1eac5bdc0fa79 /tests/canvas.test
parent2e59928f2b669edea7486af31dfc5d1888befd6c (diff)
downloadtk-8537f8155b5548712f9aaff8e8b940c3619c7e29.zip
tk-8537f8155b5548712f9aaff8e8b940c3619c7e29.tar.gz
tk-8537f8155b5548712f9aaff8e8b940c3619c7e29.tar.bz2
D'oh! Fix [Bug 1012331]
Diffstat (limited to 'tests/canvas.test')
-rw-r--r--tests/canvas.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/canvas.test b/tests/canvas.test
index 84f18b3..49c69e1 100644
--- a/tests/canvas.test
+++ b/tests/canvas.test
@@ -6,7 +6,7 @@
# Copyright (c) 1998-2000 Ajuba Solutions.
# All rights reserved.
#
-# RCS: @(#) $Id: canvas.test,v 1.20 2004/08/19 14:41:52 dkf Exp $
+# RCS: @(#) $Id: canvas.test,v 1.21 2004/08/20 08:03:46 dkf Exp $
package require tcltest 2.1
eval tcltest::configure $argv
@@ -484,6 +484,7 @@ test canvas-17.1 {default smooth method handling} {
.c itemconfigure $id -smooth $smoother
lappend result [.c itemcget $id -smooth]
}
+ set result
} {0 true true true raw raw true}
destroy .c