summaryrefslogtreecommitdiffstats
path: root/tests/dict.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-05-01 14:25:40 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-05-01 14:25:40 (GMT)
commit057bc4e6404514a4256888ccfa1fa139e5276057 (patch)
tree70f00f14f874ea98ba429bfae3e1863ad1112977 /tests/dict.test
parentf50dfbd5042937c16e1ff5ce90e7bc73e5bd5d88 (diff)
downloadtcl-057bc4e6404514a4256888ccfa1fa139e5276057.zip
tcl-057bc4e6404514a4256888ccfa1fa139e5276057.tar.gz
tcl-057bc4e6404514a4256888ccfa1fa139e5276057.tar.bz2
duplicate test names
Diffstat (limited to 'tests/dict.test')
-rw-r--r--tests/dict.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dict.test b/tests/dict.test
index 62590e7..e5284fc 100644
--- a/tests/dict.test
+++ b/tests/dict.test
@@ -2128,7 +2128,7 @@ test dict-27.8 {dict getwithdefault command} -returnCodes error -body {
test dict-27.9 {dict getwithdefault command} -returnCodes error -body {
dict getwithdefault {} {}
} -result {wrong # args: should be "dict getwithdefault dictionary ?key ...? key default"}
-test dict-26.10 {dict getdef command} -returnCodes error -body {
+test dict-27.10 {dict getdef command} -returnCodes error -body {
dict getwithdefault {a b c} d e
} -result {missing value to go with key}
test dict-27.11 {dict getwithdefault command} -body {
@@ -2149,7 +2149,7 @@ test dict-27.15 {dict getwithdefault command} -body {
test dict-27.16 {dict getwithdefault command} -returnCodes error -body {
$dict getwithdefault {a {b c d}} a b d
} -result {missing value to go with key}
-test dict-26.17 {dict getdef command} -returnCodes error -body {
+test dict-27.17 {dict getdef command} -returnCodes error -body {
$dict getwithdefault {a b c} d e
} -result {missing value to go with key}