Actions
Bug #6398
closedAdd tests for Zlib.inflate and Zlib.deflate
Bug #6398:
Add tests for Zlib.inflate and Zlib.deflate
Description
These just dispatch the same as calling Zlib::Deflate.deflate and Zlib::Inflate.inflate, but the Zlib-bound versions are not tested anywhere. As a result, we missed adding them in JRuby until now.
Patch for test: https://gist.github.com/2589529
I request that this be backported to 1.9.3, since JRuby runs the 1.9.3 suite.
Actions