Skip to content

Commit 32e32df

Browse files
committed
Remove useless TODO
DEVSIX-4612
1 parent d912455 commit 32e32df

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

kernel/src/test/java/com/itextpdf/kernel/pdf/OcgPropertiesCopierTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ public void copyOcgWithEmptyOCGsInOCPropertiesTest() throws IOException {
216216
try (PdfDocument fromDocument = new PdfDocument(new PdfReader(new ByteArrayInputStream(fromDocBytes)))) {
217217
// This test verifies that if the PDF is invalid, i.e. if OCProperties.OCGs is empty in the document,
218218
// but there are OCGs that are used on the page, then OCGs will be copied
219-
// TODO DEVSIX-4393 I think this is normal behavior, Yulian what you think about it?
220219
Assert.assertTrue(fromDocument.getCatalog().getPdfObject().getAsDictionary(PdfName.OCProperties).getAsArray(PdfName.OCGs).isEmpty());
221220

222221
fromDocument.copyPagesTo(1, 1, toDocument);

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ public void backgroundImagesWithPositionTest() throws IOException, InterruptedEx
260260
}
261261

262262
@Test
263-
//TODO DEVSIX-3108
264263
public void backgroundXObject() throws IOException, InterruptedException {
265264
String filename = "backgroundXObject";
266265

0 commit comments

Comments
 (0)