Skip to content

Commit bfdf621

Browse files
committed
Revert "Ignore memory hungry hyphen tests (layout) to be fixed in DEVSIX-2036"
This reverts commit 5d08610.
1 parent 7103548 commit bfdf621

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

layout/src/test/java/com/itextpdf/layout/HyphenateResultTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,22 +47,19 @@ This file is part of the iText (R) project.
4747
import com.itextpdf.test.ExtendedITextTest;
4848
import com.itextpdf.test.annotations.type.IntegrationTest;
4949
import org.junit.Assert;
50-
import org.junit.Ignore;
5150
import org.junit.Test;
5251
import org.junit.experimental.categories.Category;
5352

5453
@Category(IntegrationTest.class)
5554
public class HyphenateResultTest extends ExtendedITextTest {
5655

5756
@Test
58-
@Ignore
5957
public void ukraineHyphenTest() {
6058
//здравствуйте
6159
testHyphenateResult("uk", "\u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439", new int[]{5});
6260
}
6361

6462
@Test
65-
@Ignore
6663
public void ukraineNoneHyphenTest() {
6764
//день
6865
testHyphenateResult("uk", "\u0434\u0435\u043D\u044C", null);

layout/src/test/java/com/itextpdf/layout/HyphenateTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ This file is part of the iText (R) project.
4949
import com.itextpdf.test.ExtendedITextTest;
5050
import com.itextpdf.test.annotations.type.IntegrationTest;
5151
import org.junit.Assert;
52-
import org.junit.Ignore;
5352
import org.junit.Test;
5453
import org.junit.experimental.categories.Category;
5554

@@ -136,7 +135,6 @@ public class HyphenateTest extends ExtendedITextTest {
136135
private List<String> errors = new ArrayList<>();
137136

138137
@Test
139-
@Ignore
140138
public void runTest() {
141139
for (TestParams param : params) {
142140
tryHyphenate(param.lang, param.testWorld, param.shouldPass);

0 commit comments

Comments
 (0)