diff options
author | dgp <dgp@users.sourceforge.net> | 2004-12-08 03:02:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-12-08 03:02:52 (GMT) |
commit | 21df9ae7a1997e227dd3deb9a4855ab9b40bac7f (patch) | |
tree | 0d85c25f22d5dc509dc72c795506d36d9ae793f9 /tests/imgPhoto.test | |
parent | 4180597529a6eee5a39a5cd58cc6275e2dd232f3 (diff) | |
download | tk-21df9ae7a1997e227dd3deb9a4855ab9b40bac7f.zip tk-21df9ae7a1997e227dd3deb9a4855ab9b40bac7f.tar.gz tk-21df9ae7a1997e227dd3deb9a4855ab9b40bac7f.tar.bz2 |
* tests/canvPs.test: Cleaned up the matching of [makeFile] and
* tests/choosedir.test: [removeFile] commands as indicated by the
* tests/filebox.test: results of a -debug 1 run of the test suite.
* tests/imgPPM.test: Tk test suite is now -debug 1 clean. This
* tests/imgPhoto.test: completes fixing [1078648].
* tests/listbox.test:
* tests/main.test:
Diffstat (limited to 'tests/imgPhoto.test')
-rw-r--r-- | tests/imgPhoto.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/imgPhoto.test b/tests/imgPhoto.test index d3193b9..d79dad0 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.20 2004/12/04 00:04:41 dkf Exp $ +# RCS: @(#) $Id: imgPhoto.test,v 1.21 2004/12/08 03:03:06 dgp Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -23,7 +23,7 @@ update set README [makeFile { README -- Tk test suite design document. -} README-imgPhotot] +} README-imgPhoto] # find the teapot.ppm file for use in these tests # first look in $tk_library/demos/images/teapot.ppm |