YUKI Hiroshi
null+****@clear*****
Wed Jan 29 20:55:44 JST 2014
YUKI Hiroshi 2014-01-29 20:55:44 +0900 (Wed, 29 Jan 2014) New Revision: 8d72378fb93dff48390a3ad9ba26c35c454e7f48 https://github.com/droonga/fluent-plugin-droonga/commit/8d72378fb93dff48390a3ad9ba26c35c454e7f48 Message: Update expected success result of watch commands Modified files: test/unit/plugin/handler/test_watch.rb Modified: test/unit/plugin/handler/test_watch.rb (+2 -2) =================================================================== --- test/unit/plugin/handler/test_watch.rb 2014-01-29 20:49:10 +0900 (6735625) +++ test/unit/plugin/handler/test_watch.rb 2014-01-29 20:55:44 +0900 (0d26d2a) @@ -58,7 +58,7 @@ class WatchHandlerTest < Test::Unit::TestCase "subscriber" => "localhost" } process(:subscribe, request) - assert_equal([[true]], @messenger.values) + assert_equal([SUCCESS_RESULT], @messenger.values) assert_equal( ["localhost:23003/output"], @@ -87,7 +87,7 @@ class WatchHandlerTest < Test::Unit::TestCase "route" => "localhost:23003/output" } process(:subscribe, request, "from" => "localhost:23004/output") - assert_equal([[true]], @messenger.values) + assert_equal([SUCCESS_RESULT], @messenger.values) assert_equal( ["localhost:23003/output"], -------------- next part -------------- HTML����������������������������...Download