Skip to content

Commit

Permalink
PDFBOX-5944: enable blws test, remove println
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1923540 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed Feb 4, 2025
1 parent 627f489 commit 7af7c20
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ void testApplyTransforms_locl()

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

// then
assertEquals(glyphsAfterGsub, result);
Expand Down Expand Up @@ -208,7 +207,6 @@ void testApplyTransforms_abvs()
assertEquals(glyphsAfterGsub, result);
}

@Disabled
@Test
void testApplyTransforms_blws()
{
Expand Down

0 comments on commit 7af7c20

Please sign in to comment.