Kouhei Sutou
null+****@clear*****
Fri Nov 22 16:12:00 JST 2013
Kouhei Sutou 2013-11-22 16:12:00 +0900 (Fri, 22 Nov 2013) New Revision: 52deb822d5925b2bf47375515f1b3b8ff187e54f https://github.com/droonga/drntest/commit/52deb822d5925b2bf47375515f1b3b8ff187e54f Message: Add missing "result." Modified files: lib/drntest/test-runner.rb Modified: lib/drntest/test-runner.rb (+2 -2) =================================================================== --- lib/drntest/test-runner.rb 2013-11-21 16:15:23 +0900 (e8e4408) +++ lib/drntest/test-runner.rb 2013-11-22 16:12:00 +0900 (973d971) @@ -49,11 +49,11 @@ module Drntest puts "NO RESPONSE" when :failure puts "FAILURE" - output_reject_file(actual) + output_reject_file(result.actual) show_diff(result.expected, result.actual) when :not_checked puts "NOT CHECKED" - output_actual_file(actual) + output_actual_file(result.actual) end result -------------- next part -------------- HTML����������������������������... 下載