Ignore:
Timestamp:
2013-06-28T17:40:20+12:00 (11 years ago)
Author:
ak19
Message:

Images can be different in size when generated by imagemagick on win/darwin/linux. For now we ignore images when diffing, later we will have a separate ImageDiff.pm perl module as we have gdbdiff.pm at the moment

File:
1 edited

Legend:

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

    r27701 r27725  
    144144   
    145145    # leaving the ignore regex as it used to be in the following, in case it helps with single line comparisons
    146     $diff_gdb = &diffutil::GenerateOutput($diff_gdb,"^<(lastmodified|lastmodifieddate|oailastmodified|oailastmodifieddate)>.*");
     146    $diff_gdb = &diffutil::GenerateOutput($diff_gdb,"^<(lastmodified|lastmodifieddate|oailastmodified|oailastmodifieddate|ImageSize)>.*");
    147147
    148148    if($diff_gdb eq "")
Note: See TracChangeset for help on using the changeset viewer.