Updated xml parser limited parsing test for use latest jdk.

This commit is contained in:
luccioman 2017-08-12 09:42:06 +02:00
parent 366ceae35a
commit ed678186a8

View File

@ -433,7 +433,7 @@ public class GenericXMLParserTest {
.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>");
}