[Tools 5/6] winetest: Show the number of errors and then the number of todo tests.

Francois Gouget fgouget at free.fr
Mon Mar 17 06:32:13 CDT 2008


---

Seems more logical that way. Also s/skipped/skips/ because it's the 
number of calls to 'skip'(), not the number of 'skipped' test (for one 
call to skip() many ok() calls may be skipped).

 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
-- 
1.5.4.3




More information about the wine-patches mailing list