Skip to content

Commit 994bcc7

Browse files
committed
Run all tests in native on CI and update docs
DEVSIX-8795 Autoported commit. Original commit hash: [97c3ae414] Manual files: BUILDING.md README.md
1 parent 06be501 commit 994bcc7

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)