diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2011-02-06 18:25:21 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2011-02-06 18:25:21 +0000 |
commit | b3e3f243ab6ef13bd030452218ada928f2cc3b52 (patch) | |
tree | 1fe60bae14a3b6f756a72a7fa62d187d062a81f2 /test | |
parent | d0c126ee270ff5204ff94ad73637574f1c4c15aa (diff) | |
download | xmlgraphics-fop-b3e3f243ab6ef13bd030452218ada928f2cc3b52.tar.gz xmlgraphics-fop-b3e3f243ab6ef13bd030452218ada928f2cc3b52.zip |
Revert r1067644 (local 'clean' trunk got mixed up with fix for 49877)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1067722 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/layoutengine/standard-testcases/fox_disable-column-balancing.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/layoutengine/standard-testcases/fox_disable-column-balancing.xml b/test/layoutengine/standard-testcases/fox_disable-column-balancing.xml index c25223a47..888de0394 100644 --- a/test/layoutengine/standard-testcases/fox_disable-column-balancing.xml +++ b/test/layoutengine/standard-testcases/fox_disable-column-balancing.xml @@ -216,7 +216,12 @@ </fo> <checks> <eval expected="0" xpath="//pageSequence[1]/pageViewport[2]//span[1]/flow[2]/@bpd"/> - <eval expected="0" xpath="count(//pageSequence[1]/pageViewport[3]//block[@prod-id='span2'])"/> + <eval expected="0" xpath="//pageSequence[1]/pageViewport[2]//span[1]/flow[2]/@bpd"/> + <eval expected="12000" xpath="//pageSequence[1]/pageViewport[3]//span[2]/@bpd"/> + <!-- TODO Replace with the following test once bugs affecting multiple columns have been + corrected + <eval expected="0" xpath="count(//pageSequence[1]/pageViewport[3]//block[@prod-id='span2'])"/> + --> <eval expected="24000" xpath="//pageSequence[2]/pageViewport[2]//span[1]/flow[2]/@bpd"/> <eval expected="84000" xpath="//pageSequence[2]/pageViewport[3]//span[1]/flow[2]/@bpd"/> |