aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases/region-body_column-count_bug36356.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-11-24 11:14:00 +0000
committerJeremias Maerki <jeremias@apache.org>2005-11-24 11:14:00 +0000
commit43d046b2af68cae0d715c26f51d73f56967c756d (patch)
treeabfb4c37c7dfc4fce09ad35118c90a817af10420 /test/layoutengine/standard-testcases/region-body_column-count_bug36356.xml
parentbe1b957eaa9f022f5837f4a783c7ed207c146646 (diff)
downloadxmlgraphics-fop-43d046b2af68cae0d715c26f51d73f56967c756d.tar.gz
xmlgraphics-fop-43d046b2af68cae0d715c26f51d73f56967c756d.zip
Cleaned up all entries (except whitespace-related stuff) in disabled-testcases.xml.
block_padding_2's expected element list was wrong. An infinite penalty was missing for the "retain" element. inline-block_keep-together was a misleading name: it is now inline_keep-together.xml. Bug 36356 actually behaves like it should, now, but the checks were wrong. Only one margin was used in the width calculation and a count() was missing in the second check. table_border-width_conditionality.xml specified conditionality for start and end edges instead of before and after. The test itself has to be looked at again because shorthands are in use and this case some consequences as discussed earlier. Another test case could be enabled because it works now: page-number_initial-page-number_2 git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases/region-body_column-count_bug36356.xml')
-rw-r--r--test/layoutengine/standard-testcases/region-body_column-count_bug36356.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/layoutengine/standard-testcases/region-body_column-count_bug36356.xml b/test/layoutengine/standard-testcases/region-body_column-count_bug36356.xml
index 917a6eb0b..7978a7eca 100644
--- a/test/layoutengine/standard-testcases/region-body_column-count_bug36356.xml
+++ b/test/layoutengine/standard-testcases/region-body_column-count_bug36356.xml
@@ -52,8 +52,8 @@
</fo:root>
</fo>
<checks>
- <!-- 33800 = 5000 + 2 * 14400 -->
- <eval expected="33800" xpath="//mainReference/span[1]/@bpd"/>
- <eval expected="3" xpath="//mainReference/span[1]/flow"/>
+ <!-- 33800 = 2 * 5000 + 2 * 14400 -->
+ <eval expected="38800" xpath="//mainReference/span[1]/@bpd"/>
+ <eval expected="3" xpath="count(//mainReference/span[1]/flow)"/>
</checks>
</testcase>