[Groonga-commit] groonga/fluent-plugin-groonga at b3ff258 [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: b3ff258f077577d51d93c61db428a7f35068de7e
  https://github.com/groonga/fluent-plugin-groonga/commit/b3ff258f077577d51d93c61db428a7f35068de7e

  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