YUKI Hiroshi
null+****@clear*****
Thu Apr 24 12:41:12 JST 2014
YUKI Hiroshi 2014-04-24 12:41:12 +0900 (Thu, 24 Apr 2014) New Revision: 7c5f0ac93ce3559ade72a5ea80edbcb24751dd44 https://github.com/droonga/drntest/commit/7c5f0ac93ce3559ade72a5ea80edbcb24751dd44 Message: Extract body of table_list and column_list results correctly Modified files: lib/drntest/response-normalizer.rb Modified: lib/drntest/response-normalizer.rb (+2 -2) =================================================================== --- lib/drntest/response-normalizer.rb 2014-04-24 12:36:28 +0900 (faa3afe) +++ lib/drntest/response-normalizer.rb 2014-04-24 12:41:12 +0900 (d16c0ef) @@ -102,9 +102,9 @@ module Drntest case @request["type"] when "table_list" - normalize_groonga_table_list_command_body!(body[1..-1]) + normalize_groonga_table_list_command_body!(body[0][1..-1]) when "column_list" - normalize_groonga_column_list_command_body!(body[1..-1]) + normalize_groonga_column_list_command_body!(body[0][1..-1]) end end -------------- next part -------------- HTML����������������������������...Download