Skip to content

Commit fe11293

Browse files
AlexanderRasolkoiText-CI
authored andcommitted
Substitute RND tickets numbers to DEVSIX
DEVSIX-3799
1 parent 2c39cc2 commit fe11293

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

svg/src/test/java/com/itextpdf/svg/css/DefaultStylesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void emptyStylesFallbackTest() throws IOException {
130130

131131

132132
@Test
133-
@Ignore("RND-1089")
133+
@Ignore("DEVSIX-2289")
134134
public void inheritedDefaultStyleTest() {
135135
ICssResolver styleResolver = new SvgStyleResolver();
136136
Element svg = new Element(Tag.valueOf("svg"), "");

svg/src/test/java/com/itextpdf/svg/processors/impl/DefaultSvgProcessorUnitTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public void dummyProcessingTestNullInput() {
208208
processor.process(null);
209209
}
210210

211-
@Ignore("TODO: Implement Tree comparison. Blocked by RND-868\n")
211+
@Ignore("TODO: Implement Tree comparison. Blocked by DEVSIX-2253\n")
212212
@Test()
213213
public void defaultProcessingTestNoPassedProperties() {
214214
//Setup nodes
@@ -225,7 +225,7 @@ public void defaultProcessingTestNoPassedProperties() {
225225
Assert.assertNull(rootActual);
226226
}
227227

228-
@Ignore("TODO: Implement Tree comparison. Blocked by RND-868\n")
228+
@Ignore("TODO: Implement Tree comparison. Blocked by DEVSIX-2253\n")
229229
@Test()
230230
public void defaultProcessingTestPassedPropertiesNull() {
231231
//Setup nodes
@@ -242,7 +242,7 @@ public void defaultProcessingTestPassedPropertiesNull() {
242242
Assert.assertNull(rootActual);
243243
}
244244

245-
@Ignore("TODO: Implement Tree comparison. Blocked by RND-868\n")
245+
@Ignore("TODO: Implement Tree comparison. Blocked by DEVSIX-2253\n")
246246
@Test()
247247
public void defaultProcessingTestPassedPropertiesReturnNullValues() {
248248
//Setup nodes
@@ -268,7 +268,7 @@ public void findFirstElementNullTest() {
268268
}
269269

270270
@Test
271-
@Ignore("RND-868")
271+
@Ignore("DEVSIX-2253")
272272
public void processWithNullPropertiesTest() {
273273
DefaultSvgProcessor processor = new DefaultSvgProcessor();
274274
Element jsoupSVGRoot = new Element(Tag.valueOf("svg"), "");

svg/src/test/java/com/itextpdf/svg/utils/SvgCssUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ public void convertLongerFloatToStringTest() {
197197
Assert.assertEquals(expected, actual);
198198
}
199199

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")
201201
@Test
202202
public void convertFloatMinimumToPdfTest() {
203203
float expected = 1.4E-45f;

0 commit comments

Comments
 (0)