diff options
author | dgp@users.sourceforge.net <dgp> | 2002-07-14 15:45:23 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2002-07-14 15:45:23 (GMT) |
commit | 0af519d82182635f934e30d5b361bdf7e7edb6dd (patch) | |
tree | 122760106146221f00d3763ee947ddd58d787767 /tests/imgPhoto.test | |
parent | a8d6d5a7d1a25bda8d02c4a62e8f58ff454a0924 (diff) | |
download | tk-0af519d82182635f934e30d5b361bdf7e7edb6dd.zip tk-0af519d82182635f934e30d5b361bdf7e7edb6dd.tar.gz tk-0af519d82182635f934e30d5b361bdf7e7edb6dd.tar.bz2 |
* tests/focustTcl.test: Conversion bug: Corrected backwards logic.
* tests/imgPhoto.test: Conversion bug: overwrote unix/README.
Diffstat (limited to 'tests/imgPhoto.test')
-rw-r--r-- | tests/imgPhoto.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/imgPhoto.test b/tests/imgPhoto.test index 63e697a..273c3cc 100644 --- a/tests/imgPhoto.test +++ b/tests/imgPhoto.test @@ -9,7 +9,7 @@ # # Author: Paul Mackerras (paulus@cs.anu.edu.au) # -# RCS: @(#) $Id: imgPhoto.test,v 1.13 2002/07/14 05:48:46 dgp Exp $ +# RCS: @(#) $Id: imgPhoto.test,v 1.14 2002/07/14 15:45:23 dgp Exp $ package require tcltest 2.1 namespace import -force tcltest::configure @@ -29,7 +29,7 @@ update set README [makeFile { README -- Tk test suite design document. -} README] +} README-imgPhotot] # find the teapot.ppm file for use in these tests # first look in $tk_library/demos/images/teapot.ppm @@ -656,6 +656,6 @@ destroy .c eval image delete [image names] # cleanup -removeFile README +removeFile README-imgPhoto ::tcltest::cleanupTests return |