Skip to content

Commit e7301d3

Browse files
committed
PDFBOX-6064: adjust test
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1928284 13f79535-47bb-0310-9956-ffa450edef68
1 parent a8a85be commit e7301d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfbox/src/test/java/org/apache/pdfbox/pdfparser/PDFStreamParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void testNestedBI()
9898
{
9999
IOException ex =
100100
assertThrows(IOException.class, () -> testInlineImage2ops("BI/IB/IB BI/ BI", "", ""));
101-
assertEquals("Nested '" + OperatorName.BEGIN_INLINE_IMAGE + "' operator not allowed", ex.getMessage());
101+
assertEquals("Nested '" + OperatorName.BEGIN_INLINE_IMAGE + "' operator not allowed at offset 11, first: 2", ex.getMessage());
102102
}
103103

104104
// checks whether there are two operators, one inline image and the named operator

0 commit comments

Comments
 (0)