Francois Gouget : winetest: Show the number of errors and then the number of todo tests.

Alexandre Julliard julliard at winehq.org
Mon Mar 17 10:57:10 CDT 2008


Module: tools
Branch: master
Commit: 5ec71d34a33298eb6592de93e9d2c75510ec1093
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=5ec71d34a33298eb6592de93e9d2c75510ec1093

Author: Francois Gouget <fgouget at 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




More information about the wine-cvs mailing list