Skip to content

Commit f09e230

Browse files
committed
PDFBOX-6129: remove line used to get stack trace for JIRA
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930754 13f79535-47bb-0310-9956-ffa450edef68
1 parent 045c81f commit f09e230

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

xmpbox/src/test/java/org/apache/xmpbox/xml/DomXmpParserTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,6 @@ void testLenientPdfaExtension() throws XmpParsingException
12471247
"</x:xmpmeta>\n" +
12481248
"<?xpacket end=\"w\"?>";
12491249
final DomXmpParser xmpParser1 = new DomXmpParser();
1250-
xmpParser1.parse(s.getBytes(StandardCharsets.UTF_8));
12511250
XmpParsingException ex = assertThrows(XmpParsingException.class,
12521251
() -> xmpParser1.parse(s.getBytes(StandardCharsets.UTF_8)));
12531252
assertEquals("Missing pdfaSchema:property in type definition", ex.getMessage());

0 commit comments

Comments
 (0)