Skip to content

Commit

Permalink
PDFBOX-5812: Sonar fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1917621 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
THausherr committed May 9, 2024
1 parent 665c291 commit 694efd5
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -661,10 +661,6 @@ void testSurrogatePairCharacterExceptionIsBmpCodePoint() throws IOException
{
assertEquals("could not find the glyphId for the character: あ", e.getMessage());
}
catch (Exception e)
{
fail();
}
}

@Test
Expand Down Expand Up @@ -693,9 +689,5 @@ void testSurrogatePairCharacterExceptionIsValidCodePoint() throws IOException
{
assertEquals("could not find the glyphId for the character: 𩸽" ,e.getMessage());
}
catch (Exception e)
{
fail();
}
}
}

0 comments on commit 694efd5

Please sign in to comment.