Skip to content

Commit 596a2c8

Browse files
committed
Remove TODOs for missing button captions issue
The issue has been fixed as part of merging form fields with identical names story. DEVSIX-2354
1 parent ce3876f commit 596a2c8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

forms/src/test/java/com/itextpdf/forms/PdfFormCopyTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ public void unnamedFieldsHierarchyTest() throws IOException, InterruptedExceptio
490490
@LogMessage(messageTemplate = IoLogMessageConstant.DOCUMENT_ALREADY_HAS_FIELD, count = 51)
491491
})
492492
public void copyAndEditTextFields() throws IOException, InterruptedException {
493-
//TODO: update after DEVSIX-2354
494493
String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf";
495494
String destFilename = destinationFolder + "copyAndEditTextFields.pdf";
496495
String cmpFileName = sourceFolder + "cmp_copyAndEditTextFields.pdf";
@@ -521,7 +520,6 @@ public void copyAndEditTextFields() throws IOException, InterruptedException {
521520
@LogMessage(messageTemplate = IoLogMessageConstant.DOCUMENT_ALREADY_HAS_FIELD, count = 51)
522521
})
523522
public void copyAndEditCheckboxes() throws IOException, InterruptedException {
524-
//TODO: update after DEVSIX-2354
525523
String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf";
526524
String destFilename = destinationFolder + "copyAndEditCheckboxes.pdf";
527525
String cmpFileName = sourceFolder + "cmp_copyAndEditCheckboxes.pdf";
@@ -550,7 +548,6 @@ public void copyAndEditCheckboxes() throws IOException, InterruptedException {
550548
@LogMessage(messageTemplate = IoLogMessageConstant.DOCUMENT_ALREADY_HAS_FIELD, count = 51)
551549
})
552550
public void copyAndEditRadioButtons() throws IOException, InterruptedException {
553-
//TODO: update after DEVSIX-2354
554551
String srcFileName = sourceFolder + "checkPdfFormCopy_Source.pdf";
555552
String destFilename = destinationFolder + "copyAndEditRadioButtons.pdf";
556553
String cmpFileName = sourceFolder + "cmp_copyAndEditRadioButtons.pdf";

0 commit comments

Comments
 (0)