aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-08-10 06:47:50 +0000
committerJeremias Maerki <jeremias@apache.org>2005-08-10 06:47:50 +0000
commite6f9bb58826267023fcf1c62a99cbff95d5c8a1a (patch)
tree6d5b9eb7c823140feed0624acf53a0b6a61be083
parent55925992dd0abac2df13658985ed9a132c7468ab (diff)
downloadxmlgraphics-fop-e6f9bb58826267023fcf1c62a99cbff95d5c8a1a.tar.gz
xmlgraphics-fop-e6f9bb58826267023fcf1c62a99cbff95d5c8a1a.zip
Checks were still not quite right.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock@231176 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/layoutengine/testcases/inline-block1.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/layoutengine/testcases/inline-block1.xml b/test/layoutengine/testcases/inline-block1.xml
index c686d69f0..ef6ae86b9 100644
--- a/test/layoutengine/testcases/inline-block1.xml
+++ b/test/layoutengine/testcases/inline-block1.xml
@@ -90,10 +90,10 @@
<!-- the following check sequence verifies size traits so the background is actually painted correctly. -->
<eval expected="86400" xpath="//flow/block/@bpd"/>
<eval expected="337891" xpath="//flow/block/@ipd"/>
- <eval expected="14400" xpath="//flow/block/lineArea[4]/child::*[1]/@bpd"/>
- <eval expected="337891" xpath="//flow/block/lineArea[4]/child::*[1]/@ipd"/>
- <eval expected="14400" xpath="//flow/block/lineArea[5]/child::*[1]/@bpd"/>
- <eval expected="337891" xpath="//flow/block/lineArea[5]/child::*[1]/@ipd"/>
+ <eval expected="14400" xpath="//flow/block/lineArea[3]/inlineblockparent[1]/@bpd"/>
+ <eval expected="337891" xpath="//flow/block/lineArea[3]/inlineblockparent[1]/@ipd"/>
+ <eval expected="14400" xpath="//flow/block/lineArea[4]/inlineblockparent[1]/@bpd"/>
+ <eval expected="337891" xpath="//flow/block/lineArea[4]/inlineblockparent[1]/@ipd"/>
</checks>
</testcase>