Skip to content

Commit

Permalink
Updated xml parser limited parsing test for use latest jdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
luccioman committed Aug 12, 2017
1 parent 366ceae commit ed67818
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -433,7 +433,7 @@ public void testParseWithLimits() throws Exception {
.append("and this is a mention to a relative URL : /document.html</p>");

/* Add some filler text to reach a total size beyond SAX parser internal input stream buffers */
while(xhtmlBuilder.length() < 1024 * 10) {
while(xhtmlBuilder.length() < 1024 * 20) {
xhtmlBuilder.append("<p>Some text to parse</p>");
}

Expand Down

0 comments on commit ed67818

Please sign in to comment.