Skip to content

Commit

Permalink
context test: add Groonga::Context#support_lz4? test
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Oct 27, 2014
1 parent 29d3cda commit 637a63e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test-context.rb
Expand Up @@ -118,6 +118,10 @@ def test_support_lzo?
assert_false(Groonga::Context.default.support_lzo?)
end

def test_support_lz4?
assert_boolean(Groonga::Context.default.support_lz4?)
end

def test_match_escalation_threshold
assert_equal(0, context.match_escalation_threshold)
context.match_escalation_threshold = -1
Expand Down

0 comments on commit 637a63e

Please sign in to comment.