Skip to content

Commit ad424bc

Browse files
Kate IvanovaiText-CI
authored andcommitted
Adjust test and html file, add ToDo remark
1 parent be4f3a8 commit ad424bc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

src/test/java/com/itextpdf/html2pdf/ResourceResolverTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ public void resourceResolverTest10() throws IOException, InterruptedException {
158158
}
159159

160160
@Test
161+
// TODO DEVSIX-1595
162+
@LogMessages(messages = @LogMessage(messageTemplate = LogMessageConstant.NO_WORKER_FOUND_FOR_TAG, count = 1))
161163
public void resourceResolverTest11() throws IOException, InterruptedException {
162164
String outPdf = destinationFolder + "resourceResolverTest11.pdf";
163165
String cmpPdf = sourceFolder + "cmp_resourceResolverTest11.pdf";

src/test/resources/com/itextpdf/html2pdf/ResourceResolverTest/resourceResolverTest11.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!DOCTYPE html>
22
<html>
3+
<head>
4+
<base href="https://en.wikipedia.org/wiki/Welsh_Corgi"/>
5+
</head>
36
<body>
47

58
<a href="#lololo">Who's a good boy?</a>

0 commit comments

Comments
 (0)