[Groonga-commit] droonga/drntest at 845f711 [master] Fix problem on failure

Back to archive index

Yoji Shidara null+****@clear*****
Thu Sep 19 17:21:12 JST 2013


Yoji Shidara	2013-09-19 17:21:12 +0900 (Thu, 19 Sep 2013)

  New Revision: 845f711ed7c732fd6c9ebe629557d5385cc37ce4
  https://github.com/droonga/drntest/commit/845f711ed7c732fd6c9ebe629557d5385cc37ce4

  Message:
    Fix problem on failure

  Modified files:
    lib/drntest/test-runner.rb

  Modified: lib/drntest/test-runner.rb (+1 -1)
===================================================================
--- lib/drntest/test-runner.rb    2013-09-19 17:01:40 +0900 (dd6d3b2)
+++ lib/drntest/test-runner.rb    2013-09-19 17:21:12 +0900 (5ba6b17)
@@ -37,7 +37,7 @@ module Drntest
       when :failure
         puts "FAILURE"
         output_reject_file(actual)
-        show_diff(expected, actual)
+        show_diff(result.expected, result.actual)
       when :not_checked
         puts "NOT CHECKED"
         output_actual_file(actual)
-------------- next part --------------
HTML����������������������������...
Download 



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