@@ -149,7 +149,6 @@ public void testCopyingPageWithAnnotationContainingIrtKey() throws IOException {
149
149
}
150
150
151
151
@ Test
152
- // TODO DEVSIX-4238 Update cmp file after the ticket DEVSIX-4238 will be resolved
153
152
public void copySameLinksWithGoToSmartModeTest () throws IOException , InterruptedException {
154
153
String cmpFilePath = SOURCE_FOLDER + "cmp_copySameLinksWithGoToSmartMode.pdf" ;
155
154
String outFilePath = DESTINATION_FOLDER + "copySameLinksWithGoToSmartMode.pdf" ;
@@ -160,7 +159,6 @@ public void copySameLinksWithGoToSmartModeTest() throws IOException, Interrupted
160
159
}
161
160
162
161
@ Test
163
- // TODO DEVSIX-4238 Update cmp file after the ticket DEVSIX-4238 will be resolved
164
162
public void copyDiffDestLinksWithGoToSmartModeTest () throws IOException , InterruptedException {
165
163
String cmpFilePath = SOURCE_FOLDER + "cmp_copyDiffDestLinksWithGoToSmartMode.pdf" ;
166
164
String outFilePath = DESTINATION_FOLDER + "copyDiffDestLinksWithGoToSmartMode.pdf" ;
@@ -171,7 +169,6 @@ public void copyDiffDestLinksWithGoToSmartModeTest() throws IOException, Interru
171
169
}
172
170
173
171
@ Test
174
- // TODO DEVSIX-4238 Update cmp file after the ticket DEVSIX-4238 will be resolved
175
172
public void copyDiffDisplayLinksWithGoToSmartModeTest () throws IOException , InterruptedException {
176
173
String cmpFilePath = SOURCE_FOLDER + "cmp_copyDiffDisplayLinksWithGoToSmartMode.pdf" ;
177
174
String outFilePath = DESTINATION_FOLDER + "copyDiffDisplayLinksWithGoToSmartMode.pdf" ;
@@ -182,7 +179,6 @@ public void copyDiffDisplayLinksWithGoToSmartModeTest() throws IOException, Inte
182
179
}
183
180
184
181
@ Test
185
- // TODO: DEVSIX-6090 (update cmp file after fixing the issue)
186
182
@ LogMessages (messages = {
187
183
@ LogMessage (messageTemplate = IoLogMessageConstant .SOURCE_DOCUMENT_HAS_ACROFORM_DICTIONARY )})
188
184
public void copyPagesWithWidgetAnnotGoToActionExplicitDestTest () throws IOException , InterruptedException {
@@ -194,7 +190,6 @@ public void copyPagesWithWidgetAnnotGoToActionExplicitDestTest() throws IOExcept
194
190
}
195
191
196
192
@ Test
197
- // TODO: DEVSIX-6090 (update cmp file after fixing the issue)
198
193
@ LogMessages (messages = {
199
194
@ LogMessage (messageTemplate = IoLogMessageConstant .SOURCE_DOCUMENT_HAS_ACROFORM_DICTIONARY )})
200
195
public void copyPagesWithWidgetAnnotGoToActionNamedDestTest () throws IOException , InterruptedException {
@@ -206,7 +201,6 @@ public void copyPagesWithWidgetAnnotGoToActionNamedDestTest() throws IOException
206
201
}
207
202
208
203
@ Test
209
- // TODO: DEVSIX-6090 (update cmp file after fixing the issue)
210
204
public void copyPagesWithScreenAnnotGoToActionExplicitDestTest () throws IOException , InterruptedException {
211
205
String srcFilePath = SOURCE_FOLDER + "pageToCopyWithScreenAnnotGoToActionExplicitDest.pdf" ;
212
206
String cmpFilePath = SOURCE_FOLDER + "cmp_copyPagesWithScreenAnnotGoToActionExplicitDest.pdf" ;
0 commit comments