Skip to content

Commit 5b85e76

Browse files
introfogiText-CI
authored andcommitted
Remove useless TODO
DEVSIX-4612 Autoported commit. Original commit hash: [32e32df7c]
1 parent 7b2e0d4 commit 5b85e76

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

itext.tests/itext.kernel.tests/itext/kernel/pdf/OcgPropertiesCopierTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ public virtual void CopyOcgWithEmptyOCGsInOCPropertiesTest() {
176176
using (PdfDocument fromDocument = new PdfDocument(new PdfReader(new MemoryStream(fromDocBytes)))) {
177177
// This test verifies that if the PDF is invalid, i.e. if OCProperties.OCGs is empty in the document,
178178
// but there are OCGs that are used on the page, then OCGs will be copied
179-
// TODO DEVSIX-4393 I think this is normal behavior, Yulian what you think about it?
180179
NUnit.Framework.Assert.IsTrue(fromDocument.GetCatalog().GetPdfObject().GetAsDictionary(PdfName.OCProperties
181180
).GetAsArray(PdfName.OCGs).IsEmpty());
182181
fromDocument.CopyPagesTo(1, 1, toDocument);

itext.tests/itext.layout.tests/itext/layout/BackgroundImageTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ public virtual void BackgroundImagesWithPositionTest() {
221221

222222
[NUnit.Framework.Test]
223223
public virtual void BackgroundXObject() {
224-
//TODO DEVSIX-3108
225224
String filename = "backgroundXObject";
226225
String fileName = filename + ".pdf";
227226
String outFileName = DESTINATION_FOLDER + fileName;

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d9124554d47651e9e06599badc036bb2d359921e
1+
32e32df7c67c91522f0366e831b2d9272dd9dd65

0 commit comments

Comments
 (0)