Author: tilman
Date: Sun Dec 28 13:54:00 2025
New Revision: 1930920

Log:
PDFBOX-6133: Sonar fix

Modified:
   
pdfbox/branches/3.0/xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java

Modified: 
pdfbox/branches/3.0/xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java
==============================================================================
--- 
pdfbox/branches/3.0/xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java
        Sun Dec 28 13:53:56 2025        (r1930919)
+++ 
pdfbox/branches/3.0/xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java
        Sun Dec 28 13:54:00 2025        (r1930920)
@@ -1486,7 +1486,7 @@ class DomXmpParserTest
     }
 
     @Test
-    void testPDFBox6131_2() throws IOException, XmpParsingException, 
BadFieldValueException
+    void testPDFBox6131_2() throws IOException, XmpParsingException
     {
         // Contains "Seq Text" instead of "seq Text" and "Bag Text" instead of 
"bag Text"
         // from file RMR6DEEUWZO6IM3A7WKRPX33SZMBTTQZ
@@ -1500,7 +1500,7 @@ class DomXmpParserTest
     }
 
     @Test
-    void testPDFBox6133() throws IOException, XmpParsingException, 
BadFieldValueException
+    void testPDFBox6133() throws IOException, XmpParsingException
     {
         // Namespace is used both for the schema and the type,
         // and that there are two types with the same namespace

Reply via email to