[Groonga-commit] ranguba/rroonga at 637a63e [follow-compression-support-change] context test: add Groonga::Context#support_lz4? test

Back to archive index

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: 637a63e9be5bbf88c016601ee9a37ecca11e0447
  https://github.com/ranguba/rroonga/commit/637a63e9be5bbf88c016601ee9a37ecca11e0447

  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 (41c703e)
@@ -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_lz4?)
+  end
+
   def test_match_escalation_threshold
     assert_equal(0, context.match_escalation_threshold)
     context.match_escalation_threshold = -1
-------------- next part --------------
HTML����������������������������...
Télécharger 



More information about the Groonga-commit mailing list
Back to archive index