Ignore:
Timestamp:
2013-08-05T17:39:10+12:00 (11 years ago)
Author:
ak19
Message:

doc.xml should also ignore the FileSize metadata as there can be slight variations in the filesize of imgs generated from pdfs between one OS to another

File:
1 edited

Legend:

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

    r27969 r27971  
    626626    else
    627627    {
    628         my $ignore_line_re = "<Metadata name=\"(lastmodified|lastmodifieddate|oailastmodified|oailastmodifieddate|ex.File.FileModifyDate|ex.File.FilePermissions|ImageSize)\">.*</Metadata>\\s*\\n*";
     628        my $ignore_line_re = "<Metadata name=\"(lastmodified|lastmodifieddate|oailastmodified|oailastmodifieddate|ex.File.FileModifyDate|ex.File.FilePermissions|ImageSize|FileSize)\">.*</Metadata>\\s*\\n*";
    629629       
    630630        my $strResult;
Note: See TracChangeset for help on using the changeset viewer.