Skip to content

Commit 5cc1efe

Browse files
committed
PDFBOX-5660: Sonar fix
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1925049 13f79535-47bb-0310-9956-ffa450edef68
1 parent f6628aa commit 5cc1efe

File tree

1 file changed

+3
-0
lines changed
  • pdfbox/src/test/java/org/apache/pdfbox/pdmodel/common/function/type4

1 file changed

+3
-0
lines changed

pdfbox/src/test/java/org/apache/pdfbox/pdmodel/common/function/type4/TestParser.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class TestParser
3333
/**
3434
* Test the very basics.
3535
*/
36+
@SuppressWarnings("squid:S2699") // Assertion done in Type4Tester
3637
@Test
3738
void testParserBasics()
3839
{
@@ -43,6 +44,7 @@ void testParserBasics()
4344
* Test nested blocks.
4445
* @throws Exception if an error occurs
4546
*/
47+
@SuppressWarnings("squid:S2699") // Assertion done in Type4Tester
4648
@Test
4749
void testNested()
4850
{
@@ -71,6 +73,7 @@ void testParseFloat()
7173
/**
7274
* Tests problematic functions from PDFBOX-804.
7375
*/
76+
@SuppressWarnings("squid:S2699") // Assertion done in Type4Tester
7477
@Test
7578
void testJira804()
7679
{

0 commit comments

Comments
 (0)