diff options
author | dgp <dgp@users.sourceforge.net> | 2004-10-28 00:04:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2004-10-28 00:04:32 (GMT) |
commit | 98e166525bea4632d8c876f9864349bc60b5a3fa (patch) | |
tree | 537a5e76a5089fb6a96d7385c5eb583a569e84f8 /tests/io.test | |
parent | c4c3d4dfe3f08943cbc221931d3c0654037c3b75 (diff) | |
download | tcl-98e166525bea4632d8c876f9864349bc60b5a3fa.zip tcl-98e166525bea4632d8c876f9864349bc60b5a3fa.tar.gz tcl-98e166525bea4632d8c876f9864349bc60b5a3fa.tar.bz2 |
* tests/clock.test: Correct duplicate test names.
* tests/namespace.test:
* tests/string.test:
* tests/io.test (io-50.4): Use namespace variables.
Diffstat (limited to 'tests/io.test')
-rw-r--r-- | tests/io.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/io.test b/tests/io.test index 8f881b4..0ce6246 100644 --- a/tests/io.test +++ b/tests/io.test @@ -12,7 +12,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: io.test,v 1.60 2004/07/25 22:06:21 patthoyts Exp $ +# RCS: @(#) $Id: io.test,v 1.61 2004/10/28 00:04:39 dgp Exp $ if {[catch {package require tcltest 2}]} { puts stderr "Skipping tests in [info script]. tcltest 2 required." @@ -6292,8 +6292,8 @@ test io-50.4 {testing handler deletion vs reentrant calls} {testchannelevent} { update } } - set u toplevel - set z "" + variable u toplevel + variable z "" update close $f string compare [string tolower $z] \ |