summaryrefslogtreecommitdiffstats
path: root/tests/encoding.test
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2003-03-27 21:46:27 (GMT)
committermsofer <msofer@noemail.net>2003-03-27 21:46:27 (GMT)
commitb2817523b99a32802b82df9a479f0d148be020e2 (patch)
treec5a864a8bf4e8e492579d204334aba0600d41183 /tests/encoding.test
parent74ba49625db544ade9b1fe4c6c15ab744585741b (diff)
downloadtcl-b2817523b99a32802b82df9a479f0d148be020e2.zip
tcl-b2817523b99a32802b82df9a479f0d148be020e2.tar.gz
tcl-b2817523b99a32802b82df9a479f0d148be020e2.tar.bz2
Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352]
FossilOrigin-Name: ec13cadab0d76b0e4dba2efa8b373668fc042b92
Diffstat (limited to 'tests/encoding.test')
-rw-r--r--tests/encoding.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/encoding.test b/tests/encoding.test
index 2ea4463..90ce6d4 100644
--- a/tests/encoding.test
+++ b/tests/encoding.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: encoding.test,v 1.16 2003/02/21 02:40:58 hobbs Exp $
+# RCS: @(#) $Id: encoding.test,v 1.16.2.1 2003/03/27 21:46:32 msofer Exp $
package require tcltest 2
namespace import -force ::tcltest::*
@@ -332,7 +332,7 @@ fconfigure $fid -encoding binary
puts -nonewline $fid $::iso2022encData
close $fid
-test encoding-23.2 {iso2022-jp escape encoding test} {
+test encoding-23.1 {iso2022-jp escape encoding test} {
string equal $::iso2022uniData $::iso2022uniData2
} 1
test encoding-23.2 {iso2022-jp escape encoding test} {