diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
| commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
| tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /lang/python26/files/patch-Lib-test-test_zlib.py | |
| parent | 856c5bf9f133ae5d553d972d5a940586d3f56048 (diff) | |
Diffstat (limited to 'lang/python26/files/patch-Lib-test-test_zlib.py')
| -rw-r--r-- | lang/python26/files/patch-Lib-test-test_zlib.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/python26/files/patch-Lib-test-test_zlib.py b/lang/python26/files/patch-Lib-test-test_zlib.py deleted file mode 100644 index 425572d2574d..000000000000 --- a/lang/python26/files/patch-Lib-test-test_zlib.py +++ /dev/null @@ -1,14 +0,0 @@ ---- Lib/test/test_zlib.py 2008/04/08 23:47:30 62234 -+++ Lib/test/test_zlib.py 2008/04/09 00:25:17 62235 -@@ -83,6 +83,11 @@ - # verify failure on building decompress object with bad params - self.assertRaises(ValueError, zlib.decompressobj, 0) - -+ def test_decompressobj_badflush(self): -+ # verify failure on calling decompressobj.flush with bad params -+ self.assertRaises(ValueError, zlib.decompressobj().flush, 0) -+ self.assertRaises(ValueError, zlib.decompressobj().flush, -1) -+ - - - class CompressTestCase(unittest.TestCase): |
