Navigation Menu

Skip to content

Commit

Permalink
Fix actual result isn't displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 10, 2012
1 parent ad92df6 commit 479aee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/tester.rb
Expand Up @@ -1112,7 +1112,7 @@ def fail_test(result)
def no_check_test(result)
report_test_result(result, "not checked")
puts
puts(result)
puts(result.actual)
@n_not_checked_tests += 1
end

Expand Down

0 comments on commit 479aee1

Please sign in to comment.