diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2015-05-23 21:07:13 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2015-05-23 21:07:13 +0000 |
commit | 68203d133adb608b3b468f507b938ee276d23300 (patch) | |
tree | 2ccf1bc3398210ef405640ca10937b841735a747 /test | |
parent | 07b31b29454f45368bf05a7948f173a5a7e47694 (diff) | |
download | xmlgraphics-fop-68203d133adb608b3b468f507b938ee276d23300.tar.gz xmlgraphics-fop-68203d133adb608b3b468f507b938ee276d23300.zip |
Address high and medium priority findbugs warnings
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1681384 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/layoutengine/standard-testcases/footnote_id.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/test/layoutengine/standard-testcases/footnote_id.xml b/test/layoutengine/standard-testcases/footnote_id.xml index e9e30e334..84593df3f 100644 --- a/test/layoutengine/standard-testcases/footnote_id.xml +++ b/test/layoutengine/standard-testcases/footnote_id.xml @@ -38,9 +38,7 @@ <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> @@ -65,6 +63,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)[2]/lineArea[1]/inlineparent[1]/@internal-link"/> + <eval expected="(P1,fnb1)" xpath="((//page)[2]//block)[1]/lineArea[1]/inlineparent[2]/@internal-link"/> </checks> -</testcase>
\ No newline at end of file +</testcase> |