NIHVIVO-76 Remove the experiment of the failing test. Make test failure messages more prominent in the console log.

This commit is contained in:
jeb228 2010-03-17 14:46:37 +00:00
parent 97bac30afd
commit 61dadd5dcb
2 changed files with 4 additions and 4 deletions

View file

@ -78,7 +78,7 @@ END_HEADER
how_many_ignore += 1 if t.status == Status::FAIR
how_many_fail += 1 if t.status == Status::BAD
end
if how_many_pass > 0
pass_class = Status::html_class(Status::GOOD)
else
@ -150,8 +150,8 @@ END_STATS
f.print " <td>#{t.suite_name}</td>\n"
f.print " <td><a href=\"#{t.output_link}\">#{t.test_name}</a></td>\n"
f.print " </tr>\n"
puts "Test failed: #{t.suite_name}, #{t.test_name}"
puts ">>>>>TEST FAILED: #{t.suite_name}, #{t.test_name} (not in ignored_tests.txt)"
end
end

View file

@ -1 +1 @@
#user-management, Bookmark Without Logging In # This test is known to fail, because not all pages come up properly if bookmarked.
user-management, Bookmark Without Logging In # This test is known to fail, because not all pages come up properly if bookmarked.