YUKI Hiroshi
null+****@clear*****
Wed Nov 20 18:59:41 JST 2013
YUKI Hiroshi 2013-11-20 18:59:41 +0900 (Wed, 20 Nov 2013) New Revision: 0f0529714cf636ad52a90dc6958c9103b39aa54e https://github.com/droonga/fluent-plugin-droonga/commit/0f0529714cf636ad52a90dc6958c9103b39aa54e Message: Revert "Test: skip temporarilly broken test" This reverts commit 0319594a51d74331bc2a947eae5cfee8e8ed7235. It is wrong commit... Modified files: test/unit/test_adapter.rb Modified: test/unit/test_adapter.rb (+3 -2) =================================================================== --- test/unit/test_adapter.rb 2013-11-20 18:58:21 +0900 (1dc8bd7) +++ test/unit/test_adapter.rb 2013-11-20 18:59:41 +0900 (825ea35) @@ -28,12 +28,13 @@ class AdapterTest < Test::Unit::TestCase end def setup - @worker = StubWorker.new - @groonga_adapter = GroongaAdapter.new(@worker) + @dispatcher = Object.new + @groonga_adapter = GroongaAdapter.new(@dispatcher) end def test_called request = nil + stub(@dispatcher).post assert_equal(:selected, @groonga_adapter.adapt(:select, request)) end -------------- next part -------------- HTML����������������������������...Download