Kouhei Sutou
null+****@clear*****
Wed Jan 29 12:08:59 JST 2014
Kouhei Sutou 2014-01-29 12:08:59 +0900 (Wed, 29 Jan 2014) New Revision: 7947c7e961619fea950c27026c2b94d61c58ece1 https://github.com/droonga/fluent-plugin-droonga/commit/7947c7e961619fea950c27026c2b94d61c58ece1 Message: Add a missing space after ":" Modified files: lib/droonga/plugin/handler/groonga/column_create.rb test/command/suite/groonga/column_create/unknown-table.expected Modified: lib/droonga/plugin/handler/groonga/column_create.rb (+1 -1) =================================================================== --- lib/droonga/plugin/handler/groonga/column_create.rb 2014-01-28 10:24:47 +0900 (dc501f5) +++ lib/droonga/plugin/handler/groonga/column_create.rb 2014-01-29 12:08:59 +0900 (d2417a2) @@ -28,7 +28,7 @@ module Droonga table_name = @command["table"] if table_name.nil? || @context[table_name].nil? raise CommandError.new(:status => Status::INVALID_ARGUMENT, - :message => "table doesn't exist:<#{table_name.to_s}>", + :message => "table doesn't exist: <#{table_name.to_s}>", :result => false) end Modified: test/command/suite/groonga/column_create/unknown-table.expected (+1 -1) =================================================================== --- test/command/suite/groonga/column_create/unknown-table.expected 2014-01-28 10:24:47 +0900 (e291c9e) +++ test/command/suite/groonga/column_create/unknown-table.expected 2014-01-29 12:08:59 +0900 (6c879ec) @@ -10,7 +10,7 @@ -22, 0.0, 0.0, - "table doesn't exist:<Unknown>" + "table doesn't exist: <Unknown>" ], false ] -------------- next part -------------- HTML����������������������������...Descargar