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 Mar 4, 2025
2 parents 22e92e8 + 43b10e4 commit 70c6345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,9 @@ public virtual void AddBeforeGenerationHook(Action<PdfDocument> action) {
}

public virtual void AssertVeraPdfFail(String filename, PdfUAConformance pdfUAConformance) {
NUnit.Framework.Assert.IsNotNull(VeraPdfResult(filename + pdfUAConformance + ".pdf", false, pdfUAConformance
));
VeraPdfResult(filename + pdfUAConformance + ".pdf", true, pdfUAConformance);
}

// Android-Conversion-Skip-Line (TODO DEVSIX-7377 introduce pdf/ua validation on Android)
public virtual void AssertVeraPdfValid(String filename, PdfUAConformance pdfUAConformance) {
NUnit.Framework.Assert.IsNull(VeraPdfResult(filename + pdfUAConformance + ".pdf", false, pdfUAConformance)
);
Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9664916ce1d8503a6013e2053a52fa38304f84df
31982ffa741c53dba41efb38a4f8139dd53b1897

0 comments on commit 70c6345

Please sign in to comment.