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

Back to archive index

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


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

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

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

  Modified files:
    test/output/test_table_definition.rb

  Modified: test/output/test_table_definition.rb (+1 -1)
===================================================================
--- test/output/test_table_definition.rb    2017-04-11 14:06:56 +0900 (4423b5b)
+++ test/output/test_table_definition.rb    2017-04-11 14:07:32 +0900 (fc5d885)
@@ -17,7 +17,7 @@ require "fluent/plugin/out_groonga"
 
 class OutputTypeTableDefinitionTest < Test::Unit::TestCase
   def definition(raw={})
-    Fluent::GroongaOutput::TableDefinition.new(raw)
+    Fluent::Plugin::GroongaOutput::TableDefinition.new(raw)
   end
 
   sub_test_case "readers" do
-------------- next part --------------
HTML����������������������������...
下载 



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