diff options
author | dgp <dgp@users.sourceforge.net> | 2002-07-02 19:10:56 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-07-02 19:10:56 (GMT) |
commit | 770750a2fc0896392316d3e90e4e5d8e3f6af927 (patch) | |
tree | 488847ff551ccfeb85c461ca2f158781e0d6d020 /tests/cmdAH.test | |
parent | fb0a8df3a872475d55afadea90cfa60033f81266 (diff) | |
download | tcl-770750a2fc0896392316d3e90e4e5d8e3f6af927.zip tcl-770750a2fc0896392316d3e90e4e5d8e3f6af927.tar.gz tcl-770750a2fc0896392316d3e90e4e5d8e3f6af927.tar.bz2 |
* doc/tcltest.n: Reverted [makeFile] and [viewFile] to
* library/tcltest/tcltest.tcl: their former behavior, and documented
* tests/cmdAH.test: it. Corrected misspelling of hook
* tests/event.test: procedure. Restored tests.
* tests/http.test:
* tests/io.test:
Diffstat (limited to 'tests/cmdAH.test')
-rw-r--r-- | tests/cmdAH.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdAH.test b/tests/cmdAH.test index 2c0b91c..2734b24 100644 --- a/tests/cmdAH.test +++ b/tests/cmdAH.test @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: cmdAH.test,v 1.24 2002/07/01 14:35:10 dgp Exp $ +# RCS: @(#) $Id: cmdAH.test,v 1.25 2002/07/02 19:10:57 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2.1 @@ -1434,7 +1434,7 @@ test cmdAH-28.4 {Tcl_FileObjCmd: stat} { catch {unset stat} file stat gorp.file stat list $stat(nlink) $stat(size) $stat(type) -} {1 11 file} +} {1 12 file} test cmdAH-28.5 {Tcl_FileObjCmd: stat} {unixOnly} { catch {unset stat} file stat gorp.file stat |