diff options
| author | apnadkarni <apnmbx-wits@yahoo.com> | 2025-05-23 02:28:37 (GMT) |
|---|---|---|
| committer | apnadkarni <apnmbx-wits@yahoo.com> | 2025-05-23 02:28:37 (GMT) |
| commit | 25f16a070dd42bc33af26334d2071a81377aee5c (patch) | |
| tree | f20dcb1268a10aa292953f0ffa965881fefed78b /tests/menuDraw.test | |
| parent | e1675428ff056ed7a44fcc26a26dc5adb8e5f9eb (diff) | |
| parent | f8e4b115fdb0f0886cd853323937b8ea757fcc21 (diff) | |
| download | tk-core-tip-716.zip tk-core-tip-716.tar.gz tk-core-tip-716.tar.bz2 | |
Merge core-9-0-branchcore-tip-716
Diffstat (limited to 'tests/menuDraw.test')
| -rw-r--r-- | tests/menuDraw.test | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/menuDraw.test b/tests/menuDraw.test index 9456ae1..95601f4 100644 --- a/tests/menuDraw.test +++ b/tests/menuDraw.test @@ -9,6 +9,10 @@ package require tcltest 2.2 eval tcltest::configure $argv tcltest::loadTestedCommands namespace import -force tcltest::test + +# Import utility procs for specific functional areas +testutils import image + imageInit test menuDraw-1.1 {TkMenuInitializeDrawingFields} -setup { @@ -706,9 +710,13 @@ test menuDraw-17.2 {AdjustMenuCoords - menu} -constraints { deleteWindows } -result {} -# cleanup +# +# CLEANUP +# + imageFinish deleteWindows +testutils forget image cleanupTests return |
