From a8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4 Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Thu, 18 Jul 2002 09:40:23 +0000 Subject: add test constraints --- ChangeLog | 5 +++++ tests/ioUtil.test | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f7837f..ede14f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-07-18 Vince Darley + + * tests/ioUtil.test: added constraints to 1.4,2.4 so they + don't run outside of tcltest. [Bugs 583276,583277] + 2002-07-17 Miguel Sofer * generic/tclVar.c (DupParsedVarName): nasty bug fixed, reported 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} -- cgit v0.12