Skip to content

Commit 5bd5d3a

Browse files
committed
Revert "Ignore memory hungry hyphen tests (layout) to be fixed in DEVSIX-2036"
This reverts commit 5d08610917d31ad5224fb23ea65829ffaf8c10bc. Autoported commit. Original commit hash: [bfdf6219e] Manual files: layout/src/test/java/com/itextpdf/layout/HyphenateTest.java
1 parent bec656a commit 5bd5d3a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

itext.tests/itext.layout.tests/itext/layout/HyphenateResultTest.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,12 @@ source product.
4747
namespace iText.Layout {
4848
public class HyphenateResultTest : ExtendedITextTest {
4949
[NUnit.Framework.Test]
50-
[NUnit.Framework.Ignore("")]
5150
public virtual void UkraineHyphenTest() {
5251
//здравствуйте
5352
TestHyphenateResult("uk", "\u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439", new int[] { 5 });
5453
}
5554

5655
[NUnit.Framework.Test]
57-
[NUnit.Framework.Ignore("")]
5856
public virtual void UkraineNoneHyphenTest() {
5957
//день
6058
TestHyphenateResult("uk", "\u0434\u0435\u043D\u044C", null);

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7103548c9383afaa385eb3a55ad10abc045b735a
1+
bfdf6219ee9db1c91285efe81173a2196ffa9470

0 commit comments

Comments
 (0)