diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2003-03-27 21:44:02 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2003-03-27 21:44:02 (GMT) |
commit | 6a4b91b4e6af061b517ff7a93d817c9715162207 (patch) | |
tree | 2bc31e95b63c676b00228190e906bce07f8eec60 /tests/encoding.test | |
parent | 765fa34df1dd348c3b4ed53ecf698aa542ba21ba (diff) | |
download | tcl-6a4b91b4e6af061b517ff7a93d817c9715162207.zip tcl-6a4b91b4e6af061b517ff7a93d817c9715162207.tar.gz tcl-6a4b91b4e6af061b517ff7a93d817c9715162207.tar.bz2 |
Altered test numers to eliminate duplicates, [Bugs 710313, 710320, 710352]
Diffstat (limited to 'tests/encoding.test')
-rw-r--r-- | tests/encoding.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/encoding.test b/tests/encoding.test index bb19128..576d078 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.17 2003/03/07 21:40:28 mdejong Exp $ +# RCS: @(#) $Id: encoding.test,v 1.18 2003/03/27 21:44:05 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} { |