Test Results

Unit Test Results for WinXP_IBM1.4.2

read()) { if ($anEntry != "." && $anEntry != "..") { $link = "html/".$anEntry; echo ""; $xml = "xml/".substr($anEntry, 0, strlen($anEntry)-4)."xml"; $count = 0; $fileHandle = fopen($xml, "r"); while (!feof($fileHandle)) { $aLine = fgets($fileHandle, 4096); // Length parameter only optional after 4.2.0 $count = $count + substr_count($aLine, ''); } fclose($fileHandle); echo ""; } } ?>
Tests Performed Errors & Failures
"; echo "$anEntry"; echo "$count


Console output logs WinXP_IBM1.4.2

These logs contain the console output captured while running the JUnit automated tests.