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

Back to archive index

Kentaro Hayashi null+****@clear*****
Tue Apr 11 14:06:56 JST 2017


Kentaro Hayashi	2017-04-11 14:06:56 +0900 (Tue, 11 Apr 2017)

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

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

  Modified files:
    test/output/test_type_guesser.rb

  Modified: test/output/test_type_guesser.rb (+1 -1)
===================================================================
--- test/output/test_type_guesser.rb    2017-04-11 14:05:48 +0900 (cd5f47f)
+++ test/output/test_type_guesser.rb    2017-04-11 14:06:56 +0900 (b8ac3a5)
@@ -18,7 +18,7 @@ require "fluent/plugin/out_groonga"
 class OutputTypeGuesserTest < Test::Unit::TestCase
   sub_test_case "#guess" do
     def guess(sample_values)
-      guesser = Fluent::GroongaOutput::Schema::TypeGuesser.new(sample_values)
+      guesser = Fluent::Plugin::GroongaOutput::Schema::TypeGuesser.new(sample_values)
       guesser.guess
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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