diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-06 10:34:12 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-06-06 10:34:12 (GMT) |
commit | eb41635caa3911f42cd3be3ed014fc094e50b614 (patch) | |
tree | afbb04093fafe0319e79521a038cdad18d2fbf16 /tests | |
parent | dd548295cad0d0d2a8171953d79a2380efdd7244 (diff) | |
download | tcl-eb41635caa3911f42cd3be3ed014fc094e50b614.zip tcl-eb41635caa3911f42cd3be3ed014fc094e50b614.tar.gz tcl-eb41635caa3911f42cd3be3ed014fc094e50b614.tar.bz2 |
making the -dictionary option work with streams
Diffstat (limited to 'tests')
-rw-r--r-- | tests/zlib.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zlib.test b/tests/zlib.test index cfde1be..18b6f55 100644 --- a/tests/zlib.test +++ b/tests/zlib.test @@ -259,7 +259,7 @@ test zlib-8.9 {transformtion and fconfigure} -setup { catch {close $outSide} catch {close $inSide} catch {$strm close} -} -result {260 222} +} -result {358 358} test zlib-8.10 {transformtion and fconfigure} -setup { lassign [chan pipe] inSide outSide } -constraints zlib -body { @@ -292,7 +292,7 @@ test zlib-8.11 {transformtion and fconfigure} -setup { catch {close $outSide} catch {close $inSide} catch {$strm close} -} -result {260 222} +} -result {358 358} test zlib-9.1 "check fcopy with push" -constraints zlib -setup { set sfile [makeFile {} testsrc.gz] |