Skip to content

Commit c5b8096

Browse files
committed
Fix android pdfua tests
DEVSIX-8612
1 parent 2ffc394 commit c5b8096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layout/src/test/java/com/itextpdf/layout/PdfUA2AnnotationsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public void pdfUA2RubberStampAnnotationsTest() throws IOException, XMPException,
199199

200200
@Test
201201
public void pdfUA2RubberStampNoContentsAnnotationsTest() throws IOException, XMPException {
202-
String outFile = DESTINATION_FOLDER + "pdfuaRubberstampAnnotationTest.pdf";
202+
String outFile = DESTINATION_FOLDER + "pdfuaRubberstampNoContentAnnotationTest.pdf";
203203

204204
try (PdfDocument pdfDocument = new PdfDocument(
205205
new PdfWriter(outFile, new WriterProperties().setPdfVersion(PdfVersion.PDF_2_0)))) {

pdfua/src/test/java/com/itextpdf/pdfua/checkers/PdfUALayoutTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public void simpleParagraphTest() throws IOException, InterruptedException {
102102

103103
@Test
104104
public void simpleParagraphWithUnderlineTest() throws IOException, InterruptedException {
105-
String outPdf = DESTINATION_FOLDER + "simpleParagraphTest.pdf";
105+
String outPdf = DESTINATION_FOLDER + "simpleParagraphUnderlinesTest.pdf";
106106
String cmpPdf = SOURCE_FOLDER + "cmp_simpleParagraphWithUnderlineTest.pdf";
107107

108108
PdfUATestPdfDocument pdfDoc = new PdfUATestPdfDocument(

0 commit comments

Comments
 (0)