[Groonga-commit] groonga/fluent-plugin-groonga at 9c31889 [master] test: ensure running Fluent::Test.setup before other setup

Back to archive index

Kouhei Sutou null+****@clear*****
Thu May 21 23:06:29 JST 2015


Kouhei Sutou	2015-05-21 23:06:29 +0900 (Thu, 21 May 2015)

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

  Message:
    test: ensure running Fluent::Test.setup before other setup

  Modified files:
    test/test_input.rb
    test/test_output.rb

  Modified: test/test_input.rb (+1 -1)
===================================================================
--- test/test_input.rb    2014-12-21 21:58:14 +0900 (3108889)
+++ test/test_input.rb    2015-05-21 23:06:29 +0900 (cc8b026)
@@ -27,7 +27,7 @@ require "fluent/plugin/in_groonga"
 require "http_parser"
 
 class GroongaInputTest < Test::Unit::TestCase
-  setup
+  setup :before => :append
   def setup_fluent
     Fluent::Test.setup
     @now = Time.parse("2012-10-26T08:45:42Z").to_i

  Modified: test/test_output.rb (+1 -1)
===================================================================
--- test/test_output.rb    2014-12-21 21:58:14 +0900 (001468b)
+++ test/test_output.rb    2015-05-21 23:06:29 +0900 (946fa60)
@@ -27,7 +27,7 @@ require "fluent/plugin/out_groonga"
 require "http_parser"
 
 class GroongaOutputTest < Test::Unit::TestCase
-  setup
+  setup :before => :append
   def setup_fluent
     Fluent::Test.setup
   end
-------------- next part --------------
HTML����������������������������...
Download 



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