aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2015-05-15 20:04:45 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2015-05-15 20:04:45 +0000
commitb0414673135ab4fdaa79ac0f5fb2813136d692b1 (patch)
tree77e64d179dbed8d168c0835113e5039d996645c6
parent02e3b4c195da6cce9ecabc71a885283b575856e4 (diff)
downloadxmlgraphics-fop-b0414673135ab4fdaa79ac0f5fb2813136d692b1.tar.gz
xmlgraphics-fop-b0414673135ab4fdaa79ac0f5fb2813136d692b1.zip
Corrected testcase added in r1679533
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679638 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--test/layoutengine/standard-testcases/footnote_id.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/layoutengine/standard-testcases/footnote_id.xml b/test/layoutengine/standard-testcases/footnote_id.xml
index 84593df3f..e9e30e334 100644
--- a/test/layoutengine/standard-testcases/footnote_id.xml
+++ b/test/layoutengine/standard-testcases/footnote_id.xml
@@ -38,7 +38,9 @@
<fo:inline font-size="6.95pt" vertical-align="super">1) </fo:inline>
<fo:footnote-body id="fnb1">
<fo:block text-align="left">
- <fo:inline font-size="6.95pt" vertical-align="super">1) </fo:inline>http://xmlgrapics.apache.org/fop/</fo:block>
+ <fo:inline font-size="6.95pt" vertical-align="super">1) </fo:inline>
+ http://xmlgrapics.apache.org/fop/
+ </fo:block>
</fo:footnote-body>
</fo:footnote>
</fo:block>
@@ -63,6 +65,6 @@
<!-- Check fo:footnote-body @id -->
<!-- TODO - figure out where @prod-id should go -->
<true xpath="((//page)[2]//block)[2]/lineArea[1]/inlineparent[1]/@internal-link" />
- <eval expected="(P1,fnb1)" xpath="((//page)[2]//block)[1]/lineArea[1]/inlineparent[2]/@internal-link"/>
+ <eval expected="(P1,fnb1)" xpath="((//page)[2]//block)[2]/lineArea[1]/inlineparent[1]/@internal-link"/>
</checks>
-</testcase>
+</testcase> \ No newline at end of file