summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorkrischan <krischan>2003-01-04 13:18:30 (GMT)
committerkrischan <krischan>2003-01-04 13:18:30 (GMT)
commit1757135adeed7c2c2034a1aa0614c626db72997c (patch)
treea61f396f8e505f93aa59976ce79ae56f21b03876 /tests
parentb1e0dbf59a0764a5ccabc04fec68f0abd2dd132e (diff)
downloadtktreectrl-1757135adeed7c2c2034a1aa0614c626db72997c.zip
tktreectrl-1757135adeed7c2c2034a1aa0614c626db72997c.tar.gz
tktreectrl-1757135adeed7c2c2034a1aa0614c626db72997c.tar.bz2
Delete the empty image during cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/column.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/column.test b/tests/column.test
index 4e056bf..a3b1635 100644
--- a/tests/column.test
+++ b/tests/column.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# CVS: @(#) $Id: column.test,v 1.2 2003/01/02 02:27:50 treectrl Exp $
+# CVS: @(#) $Id: column.test,v 1.3 2003/01/04 13:18:30 krischan Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2
@@ -457,5 +457,6 @@ test column-99.1 {some needed cleanup} -body {
} -result {}
# cleanup
+image delete emptyImg
::tcltest::cleanupTests
return