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/main.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/main.test')
-rw-r--r-- | tests/main.test | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/main.test b/tests/main.test index ffb098a..d37240f 100644 --- a/tests/main.test +++ b/tests/main.test @@ -8,7 +8,7 @@ # Copyright (c) 1998-1999 by Scriptics Corporation. # All rights reserved. # -# RCS: @(#) $Id: main.test,v 1.9 2004/05/23 17:34:48 dkf Exp $ +# RCS: @(#) $Id: main.test,v 1.10 2004/12/08 03:03:06 dgp Exp $ package require tcltest 2.1 eval tcltest::configure $argv @@ -28,7 +28,7 @@ test main-2.1 {Tk_MainEx: -encoding option} -constraints { stdio } -setup { set script [makeFile {} script] - removeFile script + file delete $script set f [open $script w] fconfigure $f -encoding utf-8 puts $f {puts [list $argv0 $argv $tcl_interactive]} @@ -47,7 +47,7 @@ test main-2.2 {Tk_MainEx: -encoding option} -constraints { stdio } -setup { set script [makeFile {} script] - removeFile script + file delete $script set f [open $script w] fconfigure $f -encoding utf-8 puts $f {puts [list $argv0 $argv $tcl_interactive]} @@ -80,7 +80,7 @@ test main-2.3 {Tk_MainEx: -encoding option} -constraints { stdio } -setup { set script [makeFile {} script] - removeFile script + file delete $script set f [open $script w] fconfigure $f -encoding utf-8 puts $f {puts [list $argv0 $argv $tcl_interactive]} |