We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d75356 commit c39732fCopy full SHA for c39732f
tests/message.test
@@ -11,8 +11,6 @@ namespace import ::tcltest::*
11
tcltest::loadTestedCommands
12
eval tcltest::configure $argv
13
14
-# Import utility procs for specific functional areas
15
-namespace import -force ::tk::test::image::*
16
17
test message-1.1 {configuration option: "anchor"} -setup {
18
message .m -borderwidth 2 -highlightthickness 2 -font {Helvetica -12 bold}
@@ -510,10 +508,5 @@ test message-4.2 {Bug [5d991b822e]} {
510
508
unset new
511
509
} {}
512
513
-#
514
-# CLEANUP
515
516
-
517
-namespace forget ::tk::test::image::*
518
cleanupTests
519
return
0 commit comments