Skip to content

Commit 4b348c7

Browse files
committed
PDFBOX-5660: adjust test to improved exception message
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1930908 13f79535-47bb-0310-9956-ffa450edef68
1 parent 4114541 commit 4b348c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ void testPropertyNotDefined() throws XmpParsingException
762762
XmpParsingException ex = assertThrows(
763763
XmpParsingException.class,
764764
() -> xmpParser.parse(s.getBytes(StandardCharsets.UTF_8)));
765-
assertEquals("Property 'Fired' not defined in http://ns.adobe.com/exif/1.0/", ex.getMessage());
765+
assertEquals("Property 'exif:Fired' not defined in http://ns.adobe.com/exif/1.0/", ex.getMessage());
766766
}
767767

768768
@Test

0 commit comments

Comments
 (0)