diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-14 15:45:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-14 15:45:23 (GMT) |
commit | efa6765c00d4032ecb45bf70e9147ed49e994663 (patch) | |
tree | 122760106146221f00d3763ee947ddd58d787767 /tests/imgPhoto.test | |
parent | f79b432c7c47051e0c7e11bd52e82547ad7aacf2 (diff) | |
download | tk-efa6765c00d4032ecb45bf70e9147ed49e994663.zip tk-efa6765c00d4032ecb45bf70e9147ed49e994663.tar.gz tk-efa6765c00d4032ecb45bf70e9147ed49e994663.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 |