summaryrefslogtreecommitdiffstats
path: root/tests/canvas.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/canvas.test')
-rw-r--r--tests/canvas.test10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/canvas.test b/tests/canvas.test
index b0e1379..937ae60 100644
--- a/tests/canvas.test
+++ b/tests/canvas.test
@@ -10,6 +10,10 @@
package require tcltest 2.2
eval tcltest::configure $argv
tcltest::loadTestedCommands
+
+# Import utility procs for specific functional areas
+testutils import image
+
imageInit
# XXX - This test file is woefully incomplete. At present, only a few of the
@@ -1312,8 +1316,12 @@ test canvas-23.3 {canvas image with subsample and zoom} -setup {
image delete testimage
} -result 1
-# cleanup
+#
+# CLEANUP
+#
+
imageCleanup
+testutils forget image
cleanupTests
return