aboutsummaryrefslogtreecommitdiffstats
path: root/test/layoutengine/standard-testcases/footnote_in_list.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2008-05-28 15:24:23 +0000
committerVincent Hennebert <vhennebert@apache.org>2008-05-28 15:24:23 +0000
commit3f7898c97421c9617c0b352ca8b0f23bf82d38ef (patch)
tree03be01b41b73db800f6a35736cbe1a84d78af3cf /test/layoutengine/standard-testcases/footnote_in_list.xml
parent00cfbeeb22039e7e37d123c318292e625eaddf79 (diff)
downloadxmlgraphics-fop-3f7898c97421c9617c0b352ca8b0f23bf82d38ef.tar.gz
xmlgraphics-fop-3f7898c97421c9617c0b352ca8b0f23bf82d38ef.zip
Bugzilla 37579: added support for footnotes in lists and table bodies (not header nor footer).
This is /not/ to be considered a final fix: similar code is duplicated over several classes (LineLayoutManager, ListItemLayoutManager and to less extent TableStepper). Footnotes should probably be handled another way. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@660979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine/standard-testcases/footnote_in_list.xml')
-rw-r--r--test/layoutengine/standard-testcases/footnote_in_list.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/layoutengine/standard-testcases/footnote_in_list.xml b/test/layoutengine/standard-testcases/footnote_in_list.xml
index 13bfa2ba4..716f07fc8 100644
--- a/test/layoutengine/standard-testcases/footnote_in_list.xml
+++ b/test/layoutengine/standard-testcases/footnote_in_list.xml
@@ -65,5 +65,7 @@
</fo>
<checks>
<eval expected="2" xpath="count(//footnote/block)"/>
+ <eval expected="1) The footnote from the normal block." xpath="//footnote/block[1]"/>
+ <eval expected="2) The footnote from the list." xpath="//footnote/block[2]"/>
</checks>
</testcase>