diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2011-02-06 12:14:27 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2011-02-06 12:14:27 +0000 |
commit | 2bbfc6dd682aa336d377b4ac7a8f3817093d6031 (patch) | |
tree | bb00cbd0ef72d6190eab3de8c1a16c9080d1e44a /test/layoutengine | |
parent | db0fea16dea5465d25e1e45ecdc276166f9d9c45 (diff) | |
download | xmlgraphics-fop-2bbfc6dd682aa336d377b4ac7a8f3817093d6031.tar.gz xmlgraphics-fop-2bbfc6dd682aa336d377b4ac7a8f3817093d6031.zip |
Preceding cleanups 'fixed' behavior in test case
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1067644 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/layoutengine')
-rw-r--r-- | test/layoutengine/standard-testcases/fox_disable-column-balancing.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/layoutengine/standard-testcases/fox_disable-column-balancing.xml b/test/layoutengine/standard-testcases/fox_disable-column-balancing.xml index ad9743ab6..c25223a47 100644 --- a/test/layoutengine/standard-testcases/fox_disable-column-balancing.xml +++ b/test/layoutengine/standard-testcases/fox_disable-column-balancing.xml @@ -216,11 +216,7 @@ </fo> <checks> <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="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"/> |