[Groonga-commit] droonga/fluent-plugin-droonga at 0319594 [master] Test: skip temporarilly broken test

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Nov 20 18:52:32 JST 2013


YUKI Hiroshi	2013-11-20 18:52:32 +0900 (Wed, 20 Nov 2013)

  New Revision: 0319594a51d74331bc2a947eae5cfee8e8ed7235
  https://github.com/droonga/fluent-plugin-droonga/commit/0319594a51d74331bc2a947eae5cfee8e8ed7235

  Message:
    Test: skip temporarilly broken test

  Modified files:
    test/unit/test_adapter.rb

  Modified: test/unit/test_adapter.rb (+2 -3)
===================================================================
--- test/unit/test_adapter.rb    2013-11-20 18:43:22 +0900 (825ea35)
+++ test/unit/test_adapter.rb    2013-11-20 18:52:32 +0900 (1dc8bd7)
@@ -28,13 +28,12 @@ class AdapterTest < Test::Unit::TestCase
     end
 
     def setup
-      @dispatcher = Object.new
-      @groonga_adapter = GroongaAdapter.new(@dispatcher)
+      @worker = StubWorker.new
+      @groonga_adapter = GroongaAdapter.new(@worker)
     end
 
     def test_called
       request = nil
-      stub(@dispatcher).post
       assert_equal(:selected, @groonga_adapter.adapt(:select, request))
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



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