diff options
author | vincentdarley <vincentdarley> | 2002-07-18 09:40:23 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2002-07-18 09:40:23 (GMT) |
commit | a8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4 (patch) | |
tree | 5408d488601b4d0edc39f2e3bb49302066de2086 /tests/ioUtil.test | |
parent | 374a47e9cdaed1cb9a3c4d2fb4d82bf87bcfcddd (diff) | |
download | tcl-a8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4.zip tcl-a8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4.tar.gz tcl-a8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4.tar.bz2 |
add test constraints
Diffstat (limited to 'tests/ioUtil.test')
-rw-r--r-- | tests/ioUtil.test | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ioUtil.test b/tests/ioUtil.test index ef583bb..812e3e4 100644 --- a/tests/ioUtil.test +++ b/tests/ioUtil.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: ioUtil.test,v 1.12 2002/07/05 10:38:42 dkf Exp $ +# RCS: @(#) $Id: ioUtil.test,v 1.13 2002/07/18 09:40:24 vincentdarley Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -53,7 +53,7 @@ test ioUtil-1.3 {TclStat: Use "file stat ?" to invoke each procedure.} {teststat eval $unsetScript -test ioUtil-1.4 {TclStatDeleteProc: "TclpStat" function should not be deletedable.} { +test ioUtil-1.4 {TclStatDeleteProc: "TclpStat" function should not be deletable.} {teststatproc} { catch {teststatproc delete TclpStat} err2 set err2 } {"TclpStat": could not be deleteed} @@ -134,7 +134,7 @@ test ioUtil-2.3 {TclAccess: Use "file access ?" to invoke each procedure.} {test [file exists testAccess3%.fil] } {1 1 1} -test ioUtil-2.4 {TclAccessDeleteProc: "TclpAccess" function should not be deletedable.} { +test ioUtil-2.4 {TclAccessDeleteProc: "TclpAccess" function should not be deletable.} {testaccessproc} { catch {testaccessproc delete TclpAccess} err2 set err2 } {"TclpAccess": could not be deleteed} |