summaryrefslogtreecommitdiffstats
path: root/tests/menu.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/menu.test')
-rw-r--r--tests/menu.test10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/menu.test b/tests/menu.test
index 912b0a7..1b3bddd 100644
--- a/tests/menu.test
+++ b/tests/menu.test
@@ -9,6 +9,10 @@ package require tcltest 2.2
namespace import ::tcltest::*
eval tcltest::configure $argv
tcltest::loadTestedCommands
+
+# Import utility procs for specific functional areas
+testutils import image
+
imageInit
@@ -4282,9 +4286,13 @@ test menu-41.14 {identifiers - reserved word} -setup {
destroy .m
} -result {2}
-# cleanup
+#
+# CLEANUP
+#
+
imageFinish
deleteWindows
+testutils forget image
cleanupTests
return