]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Corrected testcase added in r1679533
authorAndreas L. Delmelle <adelmelle@apache.org>
Fri, 15 May 2015 20:04:45 +0000 (20:04 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Fri, 15 May 2015 20:04:45 +0000 (20:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1679638 13f79535-47bb-0310-9956-ffa450edef68

test/layoutengine/standard-testcases/footnote_id.xml

index 84593df3feb7503630850b8cbd4ba79b3d3459b2..e9e30e3349237d4eb672fa8a35ecfef33954c72f 100644 (file)
@@ -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