diff options
author | dgp <dgp@users.sourceforge.net> | 2006-01-18 19:48:11 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-01-18 19:48:11 (GMT) |
commit | fa839dce12c20b16a8736752fd93063afc2c6446 (patch) | |
tree | 1547bf1979ad086cf06e0263a52ef20a1ef90bcd /tests/dict.test | |
parent | 73cefe9821b18e74d301da6d70d9d2709cacfe7f (diff) | |
download | tcl-fa839dce12c20b16a8736752fd93063afc2c6446.zip tcl-fa839dce12c20b16a8736752fd93063afc2c6446.tar.gz tcl-fa839dce12c20b16a8736752fd93063afc2c6446.tar.bz2 |
Fix test suite bugs exposed by -singleproc 1 -debug 1 run. Each test
file needs to avoid stomping on the assumptions of other files, and
protect against getting stomped as well.
Diffstat (limited to 'tests/dict.test')
-rw-r--r-- | tests/dict.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dict.test b/tests/dict.test index 1f8e310..79bce48 100644 --- a/tests/dict.test +++ b/tests/dict.test @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: dict.test,v 1.17 2005/12/18 22:42:18 dkf Exp $ +# RCS: @(#) $Id: dict.test,v 1.18 2006/01/18 19:48:11 dgp Exp $ if {[lsearch [namespace children] ::tcltest] == -1} { package require tcltest 2 @@ -551,7 +551,7 @@ test dict-14.17 {dict for command in compilation context} { } dicttest } {a 0} -test dict-14.17 {dict for command in compilation context} { +test dict-14.18 {dict for command in compilation context} { # Bug 1382528 proc dicttest {} { dict for {k v} {} {} ;# Note empty dict |