diff options
Diffstat (limited to 'tests/canvas.test')
-rw-r--r-- | tests/canvas.test | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/canvas.test b/tests/canvas.test index 3128fa9..13108fb 100644 --- a/tests/canvas.test +++ b/tests/canvas.test @@ -7,11 +7,12 @@ # Copyright (c) 2008 Donal K. Fellows # All rights reserved. # -# RCS: @(#) $Id: canvas.test,v 1.28 2008/12/12 00:09:38 nijtmans Exp $ +# RCS: @(#) $Id: canvas.test,v 1.29 2009/01/13 01:46:06 patthoyts Exp $ package require tcltest 2.1 eval tcltest::configure $argv tcltest::loadTestedCommands +imageInit # XXX - This test file is woefully incomplete. At present, only a few of the # features are tested. @@ -935,6 +936,7 @@ test canvas-19.11 {rchars method - errors} -setup { } -returnCodes error -result {bad index "foo"} # cleanup +imageCleanup cleanupTests return |