summaryrefslogtreecommitdiffstats
path: root/tests/zlib.test
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-13 09:19:06 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-13 09:19:06 (GMT)
commite383ee2adaf83682c1807fd8677281af8e14a7b4 (patch)
treecfacba58673111ee898aac5c4ffc96eed6657835 /tests/zlib.test
parent0e20b42f4918cc0b87663f858ce500d659b340e0 (diff)
downloadtcl-e383ee2adaf83682c1807fd8677281af8e14a7b4.zip
tcl-e383ee2adaf83682c1807fd8677281af8e14a7b4.tar.gz
tcl-e383ee2adaf83682c1807fd8677281af8e14a7b4.tar.bz2
Many improvements to docs
Diffstat (limited to 'tests/zlib.test')
-rw-r--r--tests/zlib.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/zlib.test b/tests/zlib.test
index 7ce56f2..3f88565 100644
--- a/tests/zlib.test
+++ b/tests/zlib.test
@@ -10,7 +10,7 @@
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: zlib.test,v 1.2 2008/12/12 15:00:01 dkf Exp $
+# RCS: @(#) $Id: zlib.test,v 1.3 2008/12/13 09:19:06 dkf Exp $
if {[lsearch [namespace children] ::tcltest] == -1} {
package require tcltest 2.1
@@ -22,7 +22,7 @@ test zlib-1.1 {zlib basics} -returnCodes error -body {
} -result {wrong # args: should be "zlib command arg ?...?"}
test zlib-1.2 {zlib basics} -returnCodes error -body {
zlib ? {}
-} -result {bad command "?": must be adler32, compress, crc32, decompress, deflate, gunzip, gzip, inflate, stack, stream, or unstack}
+} -result {bad command "?": must be adler32, compress, crc32, decompress, deflate, gunzip, gzip, inflate, push, or stream}
test zlib-2.1 {zlib compress/decompress} {
zlib decompress [zlib compress abcdefghijklm]