Skip to content

Commit 1040385

Browse files
author
vitali.prudnikovich
committed
Remove TODOs in automated tests
These TODOs have been fixed as part of DEVSIX-6090. DEVSIX-4238
1 parent fc088c6 commit 1040385

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

kernel/src/test/java/com/itextpdf/kernel/pdf/copy/PdfAnnotationCopyingTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ public void testCopyingPageWithAnnotationContainingIrtKey() throws IOException {
149149
}
150150

151151
@Test
152-
// TODO DEVSIX-4238 Update cmp file after the ticket DEVSIX-4238 will be resolved
153152
public void copySameLinksWithGoToSmartModeTest() throws IOException, InterruptedException {
154153
String cmpFilePath = SOURCE_FOLDER + "cmp_copySameLinksWithGoToSmartMode.pdf";
155154
String outFilePath = DESTINATION_FOLDER + "copySameLinksWithGoToSmartMode.pdf";
@@ -160,7 +159,6 @@ public void copySameLinksWithGoToSmartModeTest() throws IOException, Interrupted
160159
}
161160

162161
@Test
163-
// TODO DEVSIX-4238 Update cmp file after the ticket DEVSIX-4238 will be resolved
164162
public void copyDiffDestLinksWithGoToSmartModeTest() throws IOException, InterruptedException {
165163
String cmpFilePath = SOURCE_FOLDER + "cmp_copyDiffDestLinksWithGoToSmartMode.pdf";
166164
String outFilePath = DESTINATION_FOLDER + "copyDiffDestLinksWithGoToSmartMode.pdf";
@@ -171,7 +169,6 @@ public void copyDiffDestLinksWithGoToSmartModeTest() throws IOException, Interru
171169
}
172170

173171
@Test
174-
// TODO DEVSIX-4238 Update cmp file after the ticket DEVSIX-4238 will be resolved
175172
public void copyDiffDisplayLinksWithGoToSmartModeTest() throws IOException, InterruptedException {
176173
String cmpFilePath = SOURCE_FOLDER + "cmp_copyDiffDisplayLinksWithGoToSmartMode.pdf";
177174
String outFilePath = DESTINATION_FOLDER + "copyDiffDisplayLinksWithGoToSmartMode.pdf";
@@ -182,7 +179,6 @@ public void copyDiffDisplayLinksWithGoToSmartModeTest() throws IOException, Inte
182179
}
183180

184181
@Test
185-
// TODO: DEVSIX-6090 (update cmp file after fixing the issue)
186182
@LogMessages(messages = {
187183
@LogMessage(messageTemplate = IoLogMessageConstant.SOURCE_DOCUMENT_HAS_ACROFORM_DICTIONARY)})
188184
public void copyPagesWithWidgetAnnotGoToActionExplicitDestTest() throws IOException, InterruptedException {
@@ -194,7 +190,6 @@ public void copyPagesWithWidgetAnnotGoToActionExplicitDestTest() throws IOExcept
194190
}
195191

196192
@Test
197-
// TODO: DEVSIX-6090 (update cmp file after fixing the issue)
198193
@LogMessages(messages = {
199194
@LogMessage(messageTemplate = IoLogMessageConstant.SOURCE_DOCUMENT_HAS_ACROFORM_DICTIONARY)})
200195
public void copyPagesWithWidgetAnnotGoToActionNamedDestTest() throws IOException, InterruptedException {
@@ -206,7 +201,6 @@ public void copyPagesWithWidgetAnnotGoToActionNamedDestTest() throws IOException
206201
}
207202

208203
@Test
209-
// TODO: DEVSIX-6090 (update cmp file after fixing the issue)
210204
public void copyPagesWithScreenAnnotGoToActionExplicitDestTest() throws IOException, InterruptedException {
211205
String srcFilePath = SOURCE_FOLDER + "pageToCopyWithScreenAnnotGoToActionExplicitDest.pdf";
212206
String cmpFilePath = SOURCE_FOLDER + "cmp_copyPagesWithScreenAnnotGoToActionExplicitDest.pdf";

0 commit comments

Comments
 (0)