- or download this
foreach $testfailure ($test->findnodes('./failure')) {
$failure_type = $testfailure->getAttribute('type
+');
...
$failure_type = $testfailure->getAttribute('type
+');
$failure_temp = $testfailure->getAttribute('mess
+age');
}
- or download this
foreach $testpassed ($test->findnodes('./skip')) {
$failure_type = $testpassed->getAttribute('type'
+);
...
$failure_temp = $testpassed->getAttribute('messa
+ge');
# ^^^^^^^^^^^
}
- or download this
if ($error_type ne '')
{
...
{
print OUTFILE "PASSED\n";
}