summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-07-22 03:34:27 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-07-22 03:34:27 (GMT)
commitd1725d3e767a10fefd1ad97b98faffcbea03e862 (patch)
treeadb8ead308f6faee04849f9f296829f00c03dee7 /tests
parent4ddfd8ad061c4cb4c3f1873462d8a94186a1cae8 (diff)
downloadtcl-d1725d3e767a10fefd1ad97b98faffcbea03e862.zip
tcl-d1725d3e767a10fefd1ad97b98faffcbea03e862.tar.gz
tcl-d1725d3e767a10fefd1ad97b98faffcbea03e862.tar.bz2
* tests/encoding.test: Make failing tests pass again. [Bug 1972867]
Diffstat (limited to 'tests')
-rw-r--r--tests/encoding.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/encoding.test b/tests/encoding.test
index a11f5cd..02dc07a 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.27 2007/05/04 14:59:06 kennykb Exp $
+# RCS: @(#) $Id: encoding.test,v 1.27.4.1 2008/07/22 03:34:30 dgp Exp $
package require tcltest 2
@@ -69,6 +69,7 @@ test encoding-2.2 {Tcl_FreeEncoding: refcount != 0} {testencoding} {
encoding dirs [list [pwd]]
set x [encoding convertto shiftjis \u4e4e] ;# old one found
encoding system identity
+ llength shiftjis
lappend x [catch {encoding convertto shiftjis \u4e4e} msg] $msg
encoding system identity
encoding dirs $path
@@ -222,6 +223,7 @@ test encoding-11.1 {LoadEncodingFile: unknown encoding} {testencoding} {
set path [encoding dirs]
encoding system iso8859-1
encoding dirs {}
+ llength jis0208
set x [list [catch {encoding convertto jis0208 \u4e4e} msg] $msg]
encoding dirs $path
encoding system $system