diff options
author | dgp <dgp@users.sourceforge.net> | 2011-11-08 17:20:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-11-08 17:20:49 (GMT) |
commit | ff1a9f1762b2a15086eb6422ca160377a1a4d783 (patch) | |
tree | 00fc5d9b3d16143f8376e90a6adab76b5d92d74d /tests/encoding.test | |
parent | 551b64a3991fd50eb4173db0abe46d005cac4aa2 (diff) | |
download | tcl-ff1a9f1762b2a15086eb6422ca160377a1a4d783.zip tcl-ff1a9f1762b2a15086eb6422ca160377a1a4d783.tar.gz tcl-ff1a9f1762b2a15086eb6422ca160377a1a4d783.tar.bz2 |
missing constraint and too brittle result
Diffstat (limited to 'tests/encoding.test')
-rw-r--r-- | tests/encoding.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/encoding.test b/tests/encoding.test index a4f8449..51b7aa1 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -31,6 +31,7 @@ proc runtests {} { testConstraint testencoding [llength [info commands testencoding]] testConstraint exec [llength [info commands exec]] testConstraint testgetdefenc [llength [info commands testgetdefenc]] +testConstraint testfinexit [llength [info commands testfinexit]] # TclInitEncodingSubsystem is tested by the rest of this file # TclFinalizeEncodingSubsystem is not currently tested @@ -417,7 +418,7 @@ test encoding-24.1 {EscapeFreeProc on open channels} exec { gets $f } } {} -test encoding-24.2 {EscapeFreeProc on open channels} exec { +test encoding-24.2 {EscapeFreeProc on open channels} {exec testfinexit} { # Bug #524674 output viewable [runInSubprocess { encoding system cp1252; # Bug #2891556 crash revelator |