summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvincentdarley <vincentdarley>2002-07-18 09:40:23 (GMT)
committervincentdarley <vincentdarley>2002-07-18 09:40:23 (GMT)
commita8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4 (patch)
tree5408d488601b4d0edc39f2e3bb49302066de2086
parent374a47e9cdaed1cb9a3c4d2fb4d82bf87bcfcddd (diff)
downloadtcl-a8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4.zip
tcl-a8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4.tar.gz
tcl-a8c7a255122a3ad4f7bbbc63f3e53e4f8b0569f4.tar.bz2
add test constraints
-rw-r--r--ChangeLog5
-rw-r--r--tests/ioUtil.test6
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 <vincentdarley@users.sourceforge.net>
+
+ * 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 <msofer@users.sourceforge.net>
* 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}