HAYASHI Kentaro
null+****@clear*****
Thu Apr 2 17:37:02 JST 2015
HAYASHI Kentaro 2015-04-02 17:37:02 +0900 (Thu, 02 Apr 2015) New Revision: 4f6dc40d695be79238ad88b1ac77b3dfd5b89807 https://github.com/ranguba/rroonga/commit/4f6dc40d695be79238ad88b1ac77b3dfd5b89807 Merged 935b7ee: Merge pull request #75 from kenhys/use-default-plugin Message: Use installed plugin to test plugin path Modified files: test/test-plugin.rb Modified: test/test-plugin.rb (+3 -3) =================================================================== --- test/test-plugin.rb 2015-04-02 17:35:07 +0900 (c24573c) +++ test/test-plugin.rb 2015-04-02 17:37:02 +0900 (9cb513f) @@ -28,10 +28,10 @@ class PluginTest < Test::Unit::TestCase end def test_system_plugins_dir - suggest_plugin_path = "#{Groonga::Plugin.system_plugins_dir}/" - suggest_plugin_path << "suggest/suggest#{Groonga::Plugin.suffix}" + plugin_path = "#{Groonga::Plugin.system_plugins_dir}/" + plugin_path << "token_filters/stop_word#{Groonga::Plugin.suffix}" assert do - File.exist?(suggest_plugin_path) + File.exist?(plugin_path) end end end -------------- next part -------------- HTML����������������������������... 下載