[Groonga-commit] groonga/fluent-plugin-groonga at df4e4da [use-v0.14-api] test: use Fluent::Plugin::GroongaOutput for v0.14

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Apr 11 14:08:07 JST 2017


Kentaro Hayashi	2017-04-11 14:08:07 +0900 (Tue, 11 Apr 2017)

  New Revision: df4e4da1bb4ed7f537cf3287f6a13393a8e9e6fa
  https://github.com/groonga/fluent-plugin-groonga/commit/df4e4da1bb4ed7f537cf3287f6a13393a8e9e6fa

  Message:
    test: use Fluent::Plugin::GroongaOutput for v0.14

  Modified files:
    test/output/test_table_index_definition.rb

  Modified: test/output/test_table_index_definition.rb (+2 -2)
===================================================================
--- test/output/test_table_index_definition.rb    2017-04-11 14:07:32 +0900 (22d4653)
+++ test/output/test_table_index_definition.rb    2017-04-11 14:08:07 +0900 (9a04f42)
@@ -21,7 +21,7 @@ class OutputTypeTableIndexDefinitionTest < Test::Unit::TestCase
       :name              => "Terms",
       :default_tokenizer => "TokenBigram",
     }
-    Fluent::GroongaOutput::TableDefinition.new(raw)
+    Fluent::Plugin::GroongaOutput::TableDefinition.new(raw)
   end
 
   def definition(raw={})
@@ -29,7 +29,7 @@ class OutputTypeTableIndexDefinitionTest < Test::Unit::TestCase
       :source_columns => "title",
     }
     raw = default_raw.merge(raw)
-    Fluent::GroongaOutput::TableDefinition::IndexDefinition.new(table_definition,
+    Fluent::Plugin::GroongaOutput::TableDefinition::IndexDefinition.new(table_definition,
                                                                 raw)
   end
 
-------------- next part --------------
HTML����������������������������...
下載 



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