NIHVIVO-76 Remove the experiment of the failing test. Make test failure messages more prominent in the console log.
This commit is contained in:
parent
97bac30afd
commit
61dadd5dcb
2 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ END_HEADER
|
||||||
how_many_ignore += 1 if t.status == Status::FAIR
|
how_many_ignore += 1 if t.status == Status::FAIR
|
||||||
how_many_fail += 1 if t.status == Status::BAD
|
how_many_fail += 1 if t.status == Status::BAD
|
||||||
end
|
end
|
||||||
|
|
||||||
if how_many_pass > 0
|
if how_many_pass > 0
|
||||||
pass_class = Status::html_class(Status::GOOD)
|
pass_class = Status::html_class(Status::GOOD)
|
||||||
else
|
else
|
||||||
|
@ -150,8 +150,8 @@ END_STATS
|
||||||
f.print " <td>#{t.suite_name}</td>\n"
|
f.print " <td>#{t.suite_name}</td>\n"
|
||||||
f.print " <td><a href=\"#{t.output_link}\">#{t.test_name}</a></td>\n"
|
f.print " <td><a href=\"#{t.output_link}\">#{t.test_name}</a></td>\n"
|
||||||
f.print " </tr>\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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue