Module: tools Branch: master Commit: 5ec71d34a33298eb6592de93e9d2c75510ec1093 URL: http://source.winehq.org/git/tools.git/?a=commit;h=5ec71d34a33298eb6592de93e...
Author: Francois Gouget fgouget@free.fr Date: Mon Mar 17 12:32:13 2008 +0100
winetest: Show the number of errors and then the number of todo tests.
---
winetest/gather | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/winetest/gather b/winetest/gather index a2b578d..b502345 100755 --- a/winetest/gather +++ b/winetest/gather @@ -353,7 +353,7 @@ EOF print OUT <<"EOF"; <td class="result $class"><a href="$file" - title="$count tests, $todo TODO, $error errors, $skipped skipped" + title="$count tests, $error errors, $todo todos, $skipped skips" onMouseOver="refresh('$testname','$groupname $report->{tag}',$count,$todo,$error,$skipped);" >$msg</a></td> EOF