diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-20 08:03:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-20 08:03:46 (GMT) |
commit | 76b86596cb7edb28d4277ad60de37066b5cda319 (patch) | |
tree | 5370964590df37a8b0707ece82a1eac5bdc0fa79 /tests | |
parent | 011a329f056b76453c8af9b2e9f89e1bfcc18824 (diff) | |
download | tk-76b86596cb7edb28d4277ad60de37066b5cda319.zip tk-76b86596cb7edb28d4277ad60de37066b5cda319.tar.gz tk-76b86596cb7edb28d4277ad60de37066b5cda319.tar.bz2 |
D'oh! Fix [Bug 1012331]
Diffstat (limited to 'tests')
-rw-r--r-- | tests/canvas.test | 3 |
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 |