diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-08-12 09:42:06 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-08-12 09:42:06 +0200 |
| commit | ed678186a84455c6979ad3f9aa23b34f51fe0d81 (patch) | |
| tree | 6683691dbeff4ad564b5c70c4636d7f403edde39 /test/java | |
| parent | 366ceae35abb3727580faeba9f3a8bdfaa301fd6 (diff) | |
Updated xml parser limited parsing test for use latest jdk.
Diffstat (limited to 'test/java')
| -rw-r--r-- | test/java/net/yacy/document/parser/GenericXMLParserTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/java/net/yacy/document/parser/GenericXMLParserTest.java b/test/java/net/yacy/document/parser/GenericXMLParserTest.java index b76e4c0fd..d4d6affe4 100644 --- a/test/java/net/yacy/document/parser/GenericXMLParserTest.java +++ b/test/java/net/yacy/document/parser/GenericXMLParserTest.java @@ -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>"); } |
