diff options
author | Jeremias Maerki <jeremias@apache.org> | 2005-12-01 20:27:30 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2005-12-01 20:27:30 +0000 |
commit | e2c211b7fbe6de49f0cfa3d161cf0c2255b1d446 (patch) | |
tree | cd9867f071cbf1477791787a6297f7fe9d747678 /test/layoutengine/disabled-testcases.xml | |
parent | ca2d271deff1bed86b3e7c34c495ed2e799223ad (diff) | |
download | xmlgraphics-fop-e2c211b7fbe6de49f0cfa3d161cf0c2255b1d446.tar.gz xmlgraphics-fop-e2c211b7fbe6de49f0cfa3d161cf0c2255b1d446.zip |
Test case for Bugzilla #37743, reduced to the absolute minimum.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@351460 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/disabled-testcases.xml')
-rwxr-xr-x | test/layoutengine/disabled-testcases.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index f4fccc702..a4b3d64e6 100755 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -124,6 +124,13 @@ NullPointerException.</description> </testcase> <testcase> + <name>ClassCastException caused by inline border</name> + <file>inline_border_bug37743.xml</file> + <description>A ClassCastException occurs during element list creation when an + inline with a border is directly followed by character data.</description> + <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=37743</reference> + </testcase> + <testcase> <name>inline-container is not implemented, yet.</name> <file>inline-container_block_nested.xml</file> <description>inline-container is not implemented, yet. Content of an |