Skip to content

Commit 20c3f35

Browse files
committed
Merge branch 'develop' into devsecops
2 parents 10e1c80 + 994bcc7 commit 20c3f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext.tests/itext.layout.tests/itext/layout/PdfUA2AnnotationsTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public virtual void PdfUA2ScreenAnnotationsTest() {
180180
pdfPage.AddAnnotation(screen);
181181
pdfPage.Flush();
182182
}
183-
NUnit.Framework.Assert.IsNotNull(new VeraPdfValidator().Validate(outFile));
183+
new VeraPdfValidator().ValidateFailure(outFile);
184184
}
185185

186186
// Android-Conversion-Skip-Line (TODO DEVSIX-7377 introduce pdf\a validation on Android)

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2cd532dff4e5c6f327bac223dd3506a58dc6f68c
1+
97c3ae4142bc0b9cb2ff210e32a9138150c5fe15

0 commit comments

Comments
 (0)