Skip to content

Commit 75a2171

Browse files
Remove fixed todo
DEVSIX-1438
1 parent f09df8e commit 75a2171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public void test08De() throws IOException, InterruptedException {
108108
}
109109

110110
@Test
111-
// TODO DEVSIX-1438: Support word-break
112111
public void test09NonBreakingHyphen() throws IOException, InterruptedException {
113112
HtmlConverter.convertToPdf(new File(sourceFolder + "hyphenateTest09NonBreakingHyphen.html"), new File(destinationFolder + "hyphenateTest09NonBreakingHyphen.pdf"));
114113
Assert.assertNull(new CompareTool().compareByContent(destinationFolder + "hyphenateTest09NonBreakingHyphen.pdf", sourceFolder + "cmp_hyphenateTest09NonBreakingHyphen.pdf", destinationFolder, "diff09NonBreakingHyphen_"));

0 commit comments

Comments
 (0)