diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2006-09-02 00:52:38 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2006-09-02 00:52:38 +0000 |
commit | 6b5450d36a58e39798005a2dd6b4192af68bf59c (patch) | |
tree | 7ff3b72484629bbc3c581f3fdc1add171504ff28 /test | |
parent | 3873a2c6c28a487c3ed7c9b7051f84f4d15653ad (diff) | |
download | xmlgraphics-fop-6b5450d36a58e39798005a2dd6b4192af68bf59c.tar.gz xmlgraphics-fop-6b5450d36a58e39798005a2dd6b4192af68bf59c.zip |
Bugzilla #39414:
Uninterrupted text blocks larger than 32K characters would cause overflows during layout,
so make sure the FOText char arrays are never larger, by splitting them up into multiple
instances.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@439511 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/layoutengine/disabled-testcases.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 945ded11d..a17668934 100644 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -323,10 +323,4 @@ block-level element because its layout manager is written to handle only inline content.</description> </testcase> - <testcase> - <name>Bugzilla #39414: block containing long text</name> - <file>block_bug39414.xml</file> - <description>Long text cause an IndexOutOfBounds exception</description> - <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=39414</reference> - </testcase> </disabled-testcases>
\ No newline at end of file |