We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96ee4e9 commit 1f58994Copy full SHA for 1f58994
src/test/java/com/fasterxml/jackson/dataformat/xml/deser/NumberDeserWithXMLTest.java
@@ -137,7 +137,7 @@ public void testVeryBigDecimalUnwrapped() throws Exception
137
fail("expected JsonMappingException");
138
} catch (JsonMappingException jme) {
139
assertTrue("unexpected exception message: " + jme.getMessage(),
140
- jme.getMessage().startsWith("Number length (1200) exceeds the maximum length (1000)"));
+ jme.getMessage().startsWith("Number value length (1200) exceeds the maximum allowed"));
141
}
142
143
0 commit comments