blob: 33d21726b02f0570ed7831e692ea0a465a078ca5 [file] [log] [blame]
david_williams1a993892007-07-29 19:19:05 +00001
2<?php
3$testResults = parse_testResult("drops/$bValue/$innerValue/testResults.php");
4list ($compileErrors, $compileWarnings, $junitFailures) = $testResults;
5
6echo "<td width=\"6%\">&nbsp;</td>";
7echo "<td width=\"6%\"><img src=\"../compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>";
8echo "<td width=\"6%\"><img src=\"../compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>";
9echo "<td width=\"6%\"><img src=\"../junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>";
10
11?>