YUKI Hiroshi
null+****@clear*****
Wed Nov 20 14:28:11 JST 2013
YUKI Hiroshi 2013-11-20 14:28:11 +0900 (Wed, 20 Nov 2013) New Revision: 3d53c9802d0578a6506df42eee899919ff90a6f6 https://github.com/droonga/fluent-plugin-droonga/commit/3d53c9802d0578a6506df42eee899919ff90a6f6 Message: Test: do assertion for result of column_create correctly Modified files: test/plugin/handler/groonga/test_column_create.rb Modified: test/plugin/handler/groonga/test_column_create.rb (+1 -1) =================================================================== --- test/plugin/handler/groonga/test_column_create.rb 2013-11-20 14:27:47 +0900 (749906e) +++ test/plugin/handler/groonga/test_column_create.rb 2013-11-20 14:28:11 +0900 (240145d) @@ -17,7 +17,7 @@ class ColumnCreateTest < GroongaHandlerTest def test_success @handler.table_create({"name" => "Books"}) @handler.column_create({"table" => "Books", "name" => "title", "type" => "ShortText"}) - assert_equal([true], @worker.body) + assert_equal([true], last_emitted) end def test_name -------------- next part -------------- HTML����������������������������...Download