david_williams | 1a99389 | 2007-07-29 19:19:05 +0000 | [diff] [blame] | 1 | |
| 2 | <?php |
| 3 | $testResults = parse_testResult("drops/$bValue/$innerValue/testResults.php"); |
| 4 | list ($compileErrors, $compileWarnings, $junitFailures) = $testResults; |
| 5 | |
| 6 | echo "<td width=\"6%\"> </td>"; |
| 7 | echo "<td width=\"6%\"><img src=\"../compile_err.gif\" width=\"16\" height=\"16\"/><font color=red>$compileErrors</font></td>"; |
| 8 | echo "<td width=\"6%\"><img src=\"../compile_warn.gif\" width=\"16\" height=\"16\"/><font color=orange>$compileWarnings</font></td>"; |
| 9 | echo "<td width=\"6%\"><img src=\"../junit_err.gif\" width=\"16\" height=\"16\"/><font color=red>$junitFailures</font></td>"; |
| 10 | |
| 11 | ?> |