diff options
author | Manuel Mall <manuel@apache.org> | 2005-12-28 03:21:08 +0000 |
---|---|---|
committer | Manuel Mall <manuel@apache.org> | 2005-12-28 03:21:08 +0000 |
commit | c597c812bd0e9d7cda3ea75bde5a20f74e83a008 (patch) | |
tree | bc8acb9edea4d52ebaeea302db031a50a17cbd1e /test | |
parent | c815699e2399a1d47ef678c157bad84e62cfa830 (diff) | |
download | xmlgraphics-fop-c597c812bd0e9d7cda3ea75bde5a20f74e83a008.tar.gz xmlgraphics-fop-c597c812bd0e9d7cda3ea75bde5a20f74e83a008.zip |
Fix for bug 37743 and part of 38053
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@359368 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rwxr-xr-x | test/layoutengine/disabled-testcases.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/layoutengine/disabled-testcases.xml b/test/layoutengine/disabled-testcases.xml index 43c347998..2663134d4 100755 --- a/test/layoutengine/disabled-testcases.xml +++ b/test/layoutengine/disabled-testcases.xml @@ -142,13 +142,6 @@ 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 |