[Groonga-commit] ranguba/rroonga at 9e7bc34 [master] Use installed plugin by default

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Apr 2 17:35:07 JST 2015


HAYASHI Kentaro	2015-04-02 17:35:07 +0900 (Thu, 02 Apr 2015)

  New Revision: 9e7bc34cb065514c572093ea988feba9d15a9b98
  https://github.com/ranguba/rroonga/commit/9e7bc34cb065514c572093ea988feba9d15a9b98

  Merged 935b7ee: Merge pull request #75 from kenhys/use-default-plugin

  Message:
    Use installed plugin by default

  Modified files:
    test/test-plugin.rb

  Modified: test/test-plugin.rb (+3 -3)
===================================================================
--- test/test-plugin.rb    2015-04-02 12:28:42 +0900 (18c5b4f)
+++ test/test-plugin.rb    2015-04-02 17:35:07 +0900 (c24573c)
@@ -22,9 +22,9 @@ class PluginTest < Test::Unit::TestCase
 
   def test_register
     context = Groonga::Context.default
-    assert_nil(context["suggest"])
-    context.register_plugin("suggest/suggest")
-    assert_not_nil(context["suggest"])
+    assert_nil(context["TokenFilterStopWord"])
+    context.register_plugin("token_filters/stop_word")
+    assert_not_nil(context["TokenFilterStopWord"])
   end
 
   def test_system_plugins_dir
-------------- next part --------------
HTML����������������������������...
Download 



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