File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
svg/src/test/java/com/itextpdf/svg Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public void emptyStylesFallbackTest() throws IOException {
130
130
131
131
132
132
@ Test
133
- @ Ignore ("RND-1089 " )
133
+ @ Ignore ("DEVSIX-2289 " )
134
134
public void inheritedDefaultStyleTest () {
135
135
ICssResolver styleResolver = new SvgStyleResolver ();
136
136
Element svg = new Element (Tag .valueOf ("svg" ), "" );
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ public void dummyProcessingTestNullInput() {
208
208
processor .process (null );
209
209
}
210
210
211
- @ Ignore ("TODO: Implement Tree comparison. Blocked by RND-868 \n " )
211
+ @ Ignore ("TODO: Implement Tree comparison. Blocked by DEVSIX-2253 \n " )
212
212
@ Test ()
213
213
public void defaultProcessingTestNoPassedProperties () {
214
214
//Setup nodes
@@ -225,7 +225,7 @@ public void defaultProcessingTestNoPassedProperties() {
225
225
Assert .assertNull (rootActual );
226
226
}
227
227
228
- @ Ignore ("TODO: Implement Tree comparison. Blocked by RND-868 \n " )
228
+ @ Ignore ("TODO: Implement Tree comparison. Blocked by DEVSIX-2253 \n " )
229
229
@ Test ()
230
230
public void defaultProcessingTestPassedPropertiesNull () {
231
231
//Setup nodes
@@ -242,7 +242,7 @@ public void defaultProcessingTestPassedPropertiesNull() {
242
242
Assert .assertNull (rootActual );
243
243
}
244
244
245
- @ Ignore ("TODO: Implement Tree comparison. Blocked by RND-868 \n " )
245
+ @ Ignore ("TODO: Implement Tree comparison. Blocked by DEVSIX-2253 \n " )
246
246
@ Test ()
247
247
public void defaultProcessingTestPassedPropertiesReturnNullValues () {
248
248
//Setup nodes
@@ -268,7 +268,7 @@ public void findFirstElementNullTest() {
268
268
}
269
269
270
270
@ Test
271
- @ Ignore ("RND-868 " )
271
+ @ Ignore ("DEVSIX-2253 " )
272
272
public void processWithNullPropertiesTest () {
273
273
DefaultSvgProcessor processor = new DefaultSvgProcessor ();
274
274
Element jsoupSVGRoot = new Element (Tag .valueOf ("svg" ), "" );
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ public void convertLongerFloatToStringTest() {
197
197
Assert .assertEquals (expected , actual );
198
198
}
199
199
200
- @ Ignore ("TODO: Check autoport for failing float comparisons. Blocked by RND-882 \n " )
200
+ @ Ignore ("TODO: Check autoport for failing float comparisons. Blocked by DEVSIX-2387 \n " )
201
201
@ Test
202
202
public void convertFloatMinimumToPdfTest () {
203
203
float expected = 1.4E-45f ;
You can’t perform that action at this time.
0 commit comments