Skip to content

Commit 7af7c20

Browse files
committed
PDFBOX-5944: enable blws test, remove println
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1923540 13f79535-47bb-0310-9956-ffa450edef68
1 parent 627f489 commit 7af7c20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fontbox/src/test/java/org/apache/fontbox/ttf/gsub/GsubWorkerForDevanagariTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ void testApplyTransforms_locl()
6969

7070
// when
7171
List<Integer> result = gsubWorkerForDevanagari.applyTransforms(getGlyphIds("प्त"));
72-
System.out.println("result: " + result);
7372

7473
// then
7574
assertEquals(glyphsAfterGsub, result);
@@ -208,7 +207,6 @@ void testApplyTransforms_abvs()
208207
assertEquals(glyphsAfterGsub, result);
209208
}
210209

211-
@Disabled
212210
@Test
213211
void testApplyTransforms_blws()
214212
{

0 commit comments

Comments
 (0)