diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-02-02 08:12:14 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-02-02 08:12:14 +0000 |
commit | 7a8e9314a474f8928b6a0106d32f20ca32814d9c (patch) | |
tree | 539ff0ca4a7e4e9cb76b6102ec92b5c7b957e501 /test/layoutengine/disabled-testcases.xml | |
parent | 3c9db6863312655dcb28f67c98258fd21ba6b3c0 (diff) | |
download | xmlgraphics-fop-7a8e9314a474f8928b6a0106d32f20ca32814d9c.tar.gz xmlgraphics-fop-7a8e9314a474f8928b6a0106d32f20ca32814d9c.zip |
Demonstrating the problem reported by Jan Kohnert.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@374297 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 78ef2a7eb..654901185 100755 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -333,4 +333,11 @@ is probably not expressing the indended outcome according to the spec. The test case should be revisited.</description> </testcase> + <testcase> + <name>fo:wrapper around block-level content</name> + <file>wrapper_block.xml</file> + <description>A ClassCastException occurs when fo:wrapper directly surrounds a + block-level element because its layout manager is written to handle only + inline content.</description> + </testcase> </disabled-testcases>
\ No newline at end of file |