André Hentschel : winetest: There is no ' pass also-todo'.
Module: tools Branch: master Commit: 31c80ed24d8a76d58092722baf336dfb1025c818 URL: http://source.winehq.org/git/tools.git/?a=commit;h=31c80ed24d8a76d58092722ba... Author: André Hentschel <nerv(a)dawncrow.de> Date: Thu Jul 1 20:01:11 2010 +0200 winetest: There is no 'pass also-todo'. --- winetest/gather | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/winetest/gather b/winetest/gather index ce3b530..6cfc954 100755 --- a/winetest/gather +++ b/winetest/gather @@ -403,7 +403,7 @@ my $legend = <p class=\"legend\">Some tests <span class=\"result mixed\">fail</span> in some reports.</p> <p class=\"legend\">Some tests <span class=\"result fail\">fail</span> in all reports.</p> <p class=\"legend\">This <span class=\"result pass also-skip\">border</span> signals that some tests are skipped.</p> -<p class=\"legend\">This <span class=\"result pass also-todo\">border</span> and this <span class=\"result todo\">background</span> signal that the implementation needs some work.</p> +<p class=\"legend\">This <span class=\"result mixed also-todo\">border</span> and this <span class=\"result todo\">background</span> signal that the implementation needs some work.</p> </div>"; sub min_to_max($)
participants (1)
-
Alexandre Julliard