diff options
author | Guido van Rossum <guido@python.org> | 2003-02-03 20:45:52 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-02-03 20:45:52 (GMT) |
commit | 7d9ea5013f2f6122aa83a68429bf2dd5e5a00017 (patch) | |
tree | fd7852cc158ec0ffd49a320515b380b2dafe6798 /Lib/test/output | |
parent | 94c30c012431c8495c73850a4438b0b7a3a2b9d4 (diff) | |
download | cpython-7d9ea5013f2f6122aa83a68429bf2dd5e5a00017.zip cpython-7d9ea5013f2f6122aa83a68429bf2dd5e5a00017.tar.gz cpython-7d9ea5013f2f6122aa83a68429bf2dd5e5a00017.tar.bz2 |
- Thanks to Scott David Daniels, a subtle bug in how the zlib
extension implemented flush() was fixed. Scott also rewrite the
zlib test suite using the unittest module. (SF bug #640230 and
patch #678531.)
Backport candidate I think.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_zlib | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Lib/test/output/test_zlib b/Lib/test/output/test_zlib deleted file mode 100644 index 1c2e2e9..0000000 --- a/Lib/test/output/test_zlib +++ /dev/null @@ -1,14 +0,0 @@ -test_zlib -0xe5c1a120 0x43b6aa94 -0xbd602f7 0xbd602f7 -expecting Bad compression level -expecting Invalid initialization option -expecting Invalid initialization option -normal compression/decompression succeeded -compress/decompression obj succeeded -decompress with init options succeeded -decompressobj with init options succeeded -should be '': '' -max_length decompressobj succeeded -unconsumed_tail should be '': '' -Testing on 17K of random data |