Skip to content

Commit e52061a

Browse files
BlackEgoistars18wrw
authored andcommitted
Update test with special cases
DEVSIX-3406 Autoported commit. Original commit hash: [56f6f84]
1 parent b4b1ea6 commit e52061a

File tree

16 files changed

+26
-22
lines changed

16 files changed

+26
-22
lines changed

itext.tests/itext.html2pdf.tests/itext/html2pdf/FontProviderTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ source product.
4848

4949
namespace iText.Html2pdf {
5050
// Actually the results are invalid because there is no pdfCalligraph.
51-
// But we'd like to test how Free Sans works for a specific scripts.
5251
public class FontProviderTest : ExtendedITextTest {
5352
public static readonly String sourceFolder = iText.Test.TestUtil.GetParentProjectDirectory(NUnit.Framework.TestContext
5453
.CurrentContext.TestDirectory) + "/resources/itext/html2pdf/FontProviderTest/";
@@ -64,7 +63,7 @@ public static void BeforeClass() {
6463
}
6564

6665
[NUnit.Framework.Test]
67-
[LogMessage(TYPOGRAPHY_WARNING, Count = 14)]
66+
[LogMessage(TYPOGRAPHY_WARNING, Count = 4)]
6867
public virtual void HebrewTest() {
6968
HtmlConverter.ConvertToPdf(new FileInfo(sourceFolder + "hebrew.html"), new FileInfo(destinationFolder + "hebrew.pdf"
7069
));
Binary file not shown.
Binary file not shown.

itext.tests/itext.html2pdf.tests/resources/itext/html2pdf/css/w3c/css21/text/text-transform-unicase-001.xht

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<body>
1717
<p>Test passes if the two characters below look exactly alike.</p>
1818
<div>
19-
<span id="test">&#4304;</span>
20-
<span>&#4304;</span>
19+
<span id="test">&#0676;</span>
20+
<span>&#0676;</span>
2121
</div>
2222
</body>
2323
</html>
Binary file not shown.

0 commit comments

Comments
 (0)