summaryrefslogtreecommitdiffstats
path: root/tests/image.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/image.test')
-rw-r--r--tests/image.test10
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/image.test b/tests/image.test
index e149a26..e3cd268 100644
--- a/tests/image.test
+++ b/tests/image.test
@@ -12,6 +12,9 @@ namespace import ::tcltest::*
eval tcltest::configure $argv
tcltest::loadTestedCommands
+# Import utility procs for specific functional areas
+testutils import image
+
imageInit
# Canvas used in some tests in the whole file
@@ -585,10 +588,13 @@ test image-15.1 {deleting image does not make widgets forget about it} -setup {
imageCleanup
} -result {10 10 20 20 foo {} {10 10 30 30} foo}
+#
+# CLEANUP
+#
+
destroy .c
imageFinish
-
-# cleanup
+testutils forget image
cleanupTests
return