Ignore:
Timestamp:
2013-06-07T18:49:10+12:00 (11 years ago)
Author:
ak19
Message:

A few more date fields need to be ignored when diffing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/diffcol/gdbdiff.pm

    r21711 r27579  
    4545    my $diff_gdb = diff \$model_text, \$test_text, { STYLE => $report_type };
    4646   
    47     $diff_gdb = &diffutil::GenerateOutput($diff_gdb,"^<lastmodified>.*");
     47    $diff_gdb = &diffutil::GenerateOutput($diff_gdb,"^<(lastmodified|lastmodifieddate|oailastmodified|oailastmodifieddate)>.*");
    4848
    4949    if($diff_gdb eq "")
Note: See TracChangeset for help on using the changeset viewer.