ChangeSet ID: 31328 CVSROOT: /opt/cvs-commit Module name: tools Changes by: jnewman@winehq.org 2007/08/15 15:02:36
Modified files: winetest : gather
Log message: Paul Vriens paul.vriens.wine@gmail.com onMouseOver should only contain JavaScript and is actually not needed at all
Patch: http://cvs.winehq.org/patch.py?id=31328
Old revision New revision Changes Path 1.25 1.26 +0 -4 tools/winetest/gather
Index: tools/winetest/gather diff -u -p tools/winetest/gather:1.25 tools/winetest/gather:1.26 --- tools/winetest/gather:1.25 15 Aug 2007 20: 2:36 -0000 +++ tools/winetest/gather 15 Aug 2007 20: 2:36 -0000 @@ -249,28 +249,24 @@ sub singletest { print OUT <<"EOF"; <td class="skip_pass"><a title="No tests run as $dll.dll is not present on this system" - onMouseOver="No tests run as $dll.dll is not present on this system" >0</a></td> EOF } elsif ($count eq "winetest crash") { print OUT <<"EOF"; <td class="skip_fail"><a title="Test did not run as winetest crashed" - onMouseOver="Test did not run as winetest crashed"; >.</a></td> EOF } elsif ($count eq "file limit") { print OUT <<"EOF"; <td class="skip_fail"><a title="Test is missing because of a partial report file" - onMouseOver="Test is missing because of a partial report file"; >.</a></td> EOF } elsif ($count eq "test missing") { print OUT <<"EOF"; <td class="skip_fail"><a title="Test did not run for an unknown reason" - onMouseOver="Test did not run for an unknown reason"; >.</a></td> EOF } else {