Hiroshi Hatake
null+****@clear*****
Mon Oct 27 21:08:20 JST 2014
Hiroshi Hatake 2014-10-27 21:08:20 +0900 (Mon, 27 Oct 2014) New Revision: 80dfee095af2a7373090cee6f0f7377f29308177 https://github.com/ranguba/rroonga/commit/80dfee095af2a7373090cee6f0f7377f29308177 Message: context test: add Groonga::Context#support_lz4? test Modified files: test/test-context.rb Modified: test/test-context.rb (+4 -0) =================================================================== --- test/test-context.rb 2014-10-27 21:07:45 +0900 (28d9116) +++ test/test-context.rb 2014-10-27 21:08:20 +0900 (56b64e2) @@ -118,6 +118,10 @@ class ContextTest < Test::Unit::TestCase assert_false(Groonga::Context.default.support_lzo?) end + def test_support_lz4? + assert_boolean(Groonga::Context.default.support_lzo?) + end + def test_match_escalation_threshold assert_equal(0, context.match_escalation_threshold) context.match_escalation_threshold = -1 -------------- next part -------------- HTML����������������������������... Download