summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-12-06 15:30:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-12-06 15:30:27 (GMT)
commit7b04f399b059c4de76ed101728d5608247d96711 (patch)
tree733d1984933cda6695237ffa268f16b8748bfdf3
parent3aab0c568ba1c8c0e1663fab50043b5ccaad90b7 (diff)
downloadtcl-7b04f399b059c4de76ed101728d5608247d96711.zip
tcl-7b04f399b059c4de76ed101728d5608247d96711.tar.gz
tcl-7b04f399b059c4de76ed101728d5608247d96711.tar.bz2
Duplicate test names
-rw-r--r--tests/scan.test2
-rw-r--r--tests/utf.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/scan.test b/tests/scan.test
index b36b412..98c581b 100644
--- a/tests/scan.test
+++ b/tests/scan.test
@@ -553,7 +553,7 @@ test scan-5.18 {bigint scanning underflow} -setup {
list [scan "-207698809136909011942886895" \
%llu a] $a
} -returnCodes 1 -result {unsigned bignum scans are invalid}
-test scan-5.18 {bigint scanning invalid} -setup {
+test scan-5.19 {bigint scanning invalid} -setup {
set a {};
} -body {
list [scan "207698809136909011942886895" \
diff --git a/tests/utf.test b/tests/utf.test
index d0fa7be..95775a8 100644
--- a/tests/utf.test
+++ b/tests/utf.test
@@ -124,7 +124,7 @@ test utf-4.10 {Tcl_NumUtfChars: #u0000, calc len, overcomplete} {testnumutfchars
test utf-5.1 {Tcl_UtfFindFirst} {testfindfirst testbytestring} {
testfindfirst [testbytestring "abcbc"] 98
} {bcbc}
-test utf-5.1 {Tcl_UtfFindLast} {testfindlast testbytestring} {
+test utf-5.2 {Tcl_UtfFindLast} {testfindlast testbytestring} {
testfindlast [testbytestring "abcbc"] 98
} {bc}