Skip to content

Commit

Permalink
Merge branch 'develop' into devsecops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Feb 27, 2025
2 parents bdd34f0 + cef57ed commit 27c6740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -506,13 +506,7 @@ private void TestSignatureOnRotatedPage(int pageNum, bool useDescription, bool u
// Make sure iText can open the document
new PdfDocument(new PdfReader(dest)).Close();
try {
// compareByContent will fail due to signing dates, compareSignatures doesn't check appearance
String testResult = new CompareTool().CompareVisually(dest, SOURCE_FOLDER + "cmp_" + fileName, DESTINATION_FOLDER
, "diff_");
if (null != testResult) {
assertionResults.Append(testResult);
}
testResult = SignaturesCompareTool.CompareSignatures(dest, SOURCE_FOLDER + "cmp_" + fileName);
String testResult = SignaturesCompareTool.CompareSignatures(dest, SOURCE_FOLDER + "cmp_" + fileName);
if (null != testResult) {
assertionResults.Append(testResult);
}
Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d3b25e7671571d4a3567b5a2309515e30c096db8
79177b1e7091d262b40b2479b79347f6d8b9bc73

0 comments on commit 27c6740

Please sign in to comment.