[Groonga-commit] droonga/drntest at 879cc57 [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 27 18:02:16 JST 2014


YUKI Hiroshi	2014-01-27 18:02:16 +0900 (Mon, 27 Jan 2014)

  New Revision: 879cc577ac9706014c379034d35698a8fe269362
  https://github.com/droonga/drntest/commit/879cc577ac9706014c379034d35698a8fe269362

  Message:
    Fix typo

  Modified files:
    lib/drntest/response-normalizer.rb

  Modified: lib/drntest/response-normalizer.rb (+2 -2)
===================================================================
--- lib/drntest/response-normalizer.rb    2014-01-27 18:00:58 +0900 (91ea380)
+++ lib/drntest/response-normalizer.rb    2014-01-27 18:02:16 +0900 (a25fbdb)
@@ -66,9 +66,9 @@ module Drntest
 
     def normalize_errors(errors)
       normalized_errors = {}
-      error_detials = errors.detials
+      error_details = errors.values
       errors.keys.each_with_index do |source, index|
-        normalized_errors["sources#{index}"] = error_detials[index]
+        normalized_errors["sources#{index}"] = error_details[index]
       end
       normalized_errors
     end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index