aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorManuel Mall <manuel@apache.org>2005-10-13 14:16:16 +0000
committerManuel Mall <manuel@apache.org>2005-10-13 14:16:16 +0000
commit37060ceeeca147bcc3e2e73e3073f0e00ba6051a (patch)
treef4b864eeafb2bf00f6a777146bb71fbbabcd0162 /test
parent0f4419ec1540cceca12b63b46a5442d2ee299d8a (diff)
downloadxmlgraphics-fop-37060ceeeca147bcc3e2e73e3073f0e00ba6051a.tar.gz
xmlgraphics-fop-37060ceeeca147bcc3e2e73e3073f0e00ba6051a.zip
Separated the working inline border padding with nested block tests from the broken tests
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@320776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/layoutengine/disabled-testcases.txt3
-rwxr-xr-xtest/layoutengine/testcases/inline_border_padding_block_nested_1.xml (renamed from test/layoutengine/testcases/inline_border_padding_block_nested.xml)19
2 files changed, 1 insertions, 21 deletions
diff --git a/test/layoutengine/disabled-testcases.txt b/test/layoutengine/disabled-testcases.txt
index c0df6b35a..2c69eee68 100644
--- a/test/layoutengine/disabled-testcases.txt
+++ b/test/layoutengine/disabled-testcases.txt
@@ -1,5 +1,4 @@
block-container_reference-orientation_bug36391.xml
-block_font-family_asian.xml
block_font-stretch.xml
block_padding_2.xml
block_space-before_space-after_2.xml
@@ -9,7 +8,7 @@ block_word-spacing_text-align_justify.xml
external-graphic_oversized.xml
inline-block_keep-together.xml
inline_block_nested_3.xml
-inline_border_padding_block_nested.xml
+inline_border_padding_block_nested_2.xml
inline-container_block_nested.xml
inline-container_border_padding.xml
inline_letter-spacing.xml
diff --git a/test/layoutengine/testcases/inline_border_padding_block_nested.xml b/test/layoutengine/testcases/inline_border_padding_block_nested_1.xml
index 81c340bd5..393745999 100755
--- a/test/layoutengine/testcases/inline_border_padding_block_nested.xml
+++ b/test/layoutengine/testcases/inline_border_padding_block_nested_1.xml
@@ -57,25 +57,6 @@
after block</fo:inline>
After inline
</fo:block>
- <!-- This test currently fails with a ClassCastException on this commented out block
- <fo:block background-color="silver" margin="3pt 0pt 3pt 0pt">
- Before inline
- <fo:inline
- border="solid 1pt red"
- border-start-width.length="1pt"
- border-end-width.length="1pt"
- padding="1pt"
- padding-start.length="2pt"
- padding-start.conditionality="retain"
- padding-end.length="2pt"
- padding-end.conditionality="retain"
- background-color="yellow">before block
- <fo:block>As far as the laws of mathematics refer to reality, they are not certain,
- and as far as they are certain, they do not refer to reality - Albert Einstein</fo:block>
- after block</fo:inline>
- After inline with conditionality="retain"
- </fo:block>
- -->
</fo:flow>
</fo:page-sequence>
</fo:root>