author | Dario Sestito <darios@symbian.org> |
Tue, 11 May 2010 11:22:54 +0100 | |
changeset 257 | 0cefd1662676 |
parent 256 | 788d181d70a4 |
child 258 | 08436a227940 |
uh_parser/uh.pl | file | annotate | diff | comparison | revisions |
--- a/uh_parser/uh.pl Tue May 11 11:19:36 2010 +0100 +++ b/uh_parser/uh.pl Tue May 11 11:22:54 2010 +0100 @@ -248,7 +248,7 @@ $allconfigsstring =~ s/^, //; print AGGREGATED "BUILT CONFIGS:<br/>$allconfigsstring<br/>\n"; -print AGGREGATED "<br/>GENERAL FAILURES<br/>\n"; +print AGGREGATED "<br/>FLOATING FAILURES<br/>\n"; print AGGREGATED "<table border='1'>\n"; my $tableheader = "<tr><th>category</th>"; for (@severities) { $tableheader .= "<th>$_</th>"; }