[Groonga-commit] ranguba/rroonga at 2ba5346 [master] test: use query_expanders/tsv plugin

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 5 11:40:13 JST 2016


Kouhei Sutou	2016-03-05 11:40:13 +0900 (Sat, 05 Mar 2016)

  New Revision: 2ba5346137e7853972e5cc0f08f1c59b236f1039
  https://github.com/ranguba/rroonga/commit/2ba5346137e7853972e5cc0f08f1c59b236f1039

  Message:
    test: use query_expanders/tsv plugin
    
    Becuase libgroonga0 deb doesn't contain functions/vector plugin. :<
    (It's a bug of the deb. I've fixed it.)

  Modified files:
    test/test-plugin.rb

  Modified: test/test-plugin.rb (+2 -2)
===================================================================
--- test/test-plugin.rb    2016-03-05 01:53:22 +0900 (1dd1f38)
+++ test/test-plugin.rb    2016-03-05 11:40:13 +0900 (ca9e573)
@@ -70,8 +70,8 @@ class PluginTest < Test::Unit::TestCase
 
     def test_two_plugins
       context.register_plugin("token_filters/stop_word")
-      context.register_plugin("functions/vector")
-      assert_equal(["token_filters/stop_word", "functions/vector"],
+      context.register_plugin("query_expanders/tsv")
+      assert_equal(["token_filters/stop_word", "query_expanders/tsv"],
                    Groonga::Plugin.names)
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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