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/textImage.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/textImage.test')
| -rw-r--r-- | tests/textImage.test | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/tests/textImage.test b/tests/textImage.test index f3f9c19..b2befd9 100644 --- a/tests/textImage.test +++ b/tests/textImage.test @@ -11,6 +11,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 # One time setup. Create a font to insure the tests are font metric invariant. @@ -461,12 +465,14 @@ test textImage-5.1 {peer widget images} -setup { image delete small large } -result {} -# cleanup +# +# CLEANUP +# + destroy .t font delete test_font imageFinish - -# cleanup +testutils forget image cleanupTests return |
