File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
svg/src/test/java/com/itextpdf/svg/converter Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ public void resourceResolverInstanceTest() {
341
341
}
342
342
343
343
@ Test
344
- //TODO remove in version 7.2
344
+ //TODO DEVSIX-3814: remove in version 7.2
345
345
public void resourceResolverInstanceCustomResolverTest () {
346
346
DummySvgConverterProperties properties = new DummySvgConverterProperties ();
347
347
TestSvgProcessorResult testSvgProcessorResult = new TestSvgProcessorResult ();
@@ -351,15 +351,15 @@ public void resourceResolverInstanceCustomResolverTest() {
351
351
}
352
352
353
353
@ Test
354
- //TODO remove in version 7.2
354
+ //TODO DEVSIX-3814: remove in version 7.2
355
355
public void resourceResolverInstanceCustomResolverNullPropsTest () {
356
356
TestSvgProcessorResult testSvgProcessorResult = new TestSvgProcessorResult ();
357
357
358
358
ResourceResolver currentResolver = SvgConverter .getResourceResolver (testSvgProcessorResult , null );
359
359
Assert .assertNotNull (currentResolver );
360
360
}
361
361
362
- //TODO remove in version 7.2
362
+ //TODO DEVSIX-3814: remove in version 7.2
363
363
class TestSvgProcessorResult implements ISvgProcessorResult {
364
364
365
365
public TestSvgProcessorResult () {
You can’t perform that action at this time.
0 commit comments