Skip to content

Commit b9ee085

Browse files
BlackEgoistiText-CI
authored andcommitted
Remove closed TODO remarks. Add ticket references for unresolved TODOs
DEVSIX-3933
1 parent 5a2eaf6 commit b9ee085

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

src/test/java/com/itextpdf/html2pdf/css/TextDecorationTest.java

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,18 @@ public void textDecoration05Test() throws IOException, InterruptedException {
9292
}
9393

9494
@Test
95-
// TODO DEVSIX-3933
95+
//TODO update after DEVSIX-4063 is closed
9696
public void textDecorationShorthandAllValuesTest() throws IOException, InterruptedException {
9797
convertToPdfAndCompare("textDecorationShorthandAllValues", sourceFolder, destinationFolder);
9898
}
9999

100100
@Test
101-
// TODO DEVSIX-3933
102101
public void textDecorationShorthandOneValueTest() throws IOException, InterruptedException {
103102
convertToPdfAndCompare("textDecorationShorthandOneValue", sourceFolder, destinationFolder);
104103
}
105104

106105
@Test
107-
// TODO DEVSIX-3933
106+
//TODO update after DEVSIX-4063 is closed
108107
public void textDecorationShorthandTwoValuesTest() throws IOException, InterruptedException {
109108
convertToPdfAndCompare("textDecorationShorthandTwoValues", sourceFolder, destinationFolder);
110109
}
@@ -115,7 +114,7 @@ public void textDecorationWithChildElementTest() throws IOException, Interrupted
115114
}
116115

117116
@Test
118-
//TODO: DEVSIX-3933
117+
//TODO: DEVSIX-4201
119118
@LogMessages(messages = {
120119
@LogMessage(messageTemplate = LogMessageConstant.HSL_COLOR_NOT_SUPPORTED)})
121120
public void textDecorationColorTest() throws IOException, InterruptedException {
@@ -128,7 +127,6 @@ public void textDecorationColorWithTransparencyTest() throws IOException, Interr
128127
}
129128

130129
@Test
131-
//TODO: DEVSIX-3933
132130
public void textDecorationLineTest() throws IOException, InterruptedException {
133131
convertToPdfAndCompare("textDecorationLine", sourceFolder, destinationFolder);
134132
}
@@ -139,19 +137,18 @@ public void textDecorationLineNoneAndUnderlineTogetherTest() throws IOException,
139137
}
140138

141139
@Test
142-
//TODO: DEVSIX-3933
140+
//TODO update after DEVSIX-4063 is closed
143141
public void textDecorationStyleTest() throws IOException, InterruptedException {
144142
convertToPdfAndCompare("textDecorationStyle", sourceFolder, destinationFolder);
145143
}
146144

147145
@Test
148-
//TODO: DEVSIX-3933
146+
//TODO update after DEVSIX-4063 is closed
149147
public void shorthandAndSpecificTextDecorPropsTest() throws IOException, InterruptedException {
150148
convertToPdfAndCompare("shorthandAndSpecificTextDecorProps", sourceFolder, destinationFolder);
151149
}
152150

153151
@Test
154-
//TODO: DEVSIX-3933
155152
public void combinationOfLinesInTextDecorationTest() throws IOException, InterruptedException {
156153
convertToPdfAndCompare("combinationOfLinesInTextDecoration", sourceFolder, destinationFolder);
157154
}

src/test/resources/com/itextpdf/html2pdf/css/TextDecorationTest/textDecorationShorthandOneValue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<body>
1717
<h1>Text-decoration: underline</h1>
1818

19-
<h2>Text-decoration: dashed</h2>
19+
<h2>Text-decoration: solid</h2>
2020

2121
<h3>Text-decoration: red</h3>
2222

0 commit comments

Comments
 (0)