Help for this page

Select Code to Download


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