Skip to content

Instantly share code, notes, and snippets.

@headius
Created May 3, 2012 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save headius/2589529 to your computer and use it in GitHub Desktop.
Save headius/2589529 to your computer and use it in GitHub Desktop.
diff --git a/test/zlib/test_zlib.rb b/test/zlib/test_zlib.rb
index 1e3d771..1abc7f4 100644
--- a/test/zlib/test_zlib.rb
+++ b/test/zlib/test_zlib.rb
@@ -869,5 +869,13 @@ if defined? Zlib
assert_instance_of(Array, t)
t.each {|x| assert_kind_of(Integer, x) }
end
+
+ def test_inflate
+ TestZlibInflate.new(__name__).test_inflate
+ end
+
+ def test_deflate
+ TestZlibDeflate.new(__name__).test_deflate
+ end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment