diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-03-16 14:34:27 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-03-16 14:34:27 +0000 |
commit | ed32d52d2a09979c49e5c83dbe21d2bd11a91b32 (patch) | |
tree | fad3033fcbe4e42ac0014954669de6aef2eeeed3 /test | |
parent | 4596b5c7e9726ba8fe1dcceff1c403bcd3fadb13 (diff) | |
download | xmlgraphics-fop-ed32d52d2a09979c49e5c83dbe21d2bd11a91b32.tar.gz xmlgraphics-fop-ed32d52d2a09979c49e5c83dbe21d2bd11a91b32.zip |
Looks like we already had a test for the bug I fixed in revision 386025. D'oh. Adjusted the space-before to force the second page again.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@386341 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r-- | test/layoutengine/standard-testcases/table-header_bug37875.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/layoutengine/standard-testcases/table-header_bug37875.xml b/test/layoutengine/standard-testcases/table-header_bug37875.xml index d25dd6ae3..83ae5f171 100644 --- a/test/layoutengine/standard-testcases/table-header_bug37875.xml +++ b/test/layoutengine/standard-testcases/table-header_bug37875.xml @@ -31,7 +31,7 @@ </fo:layout-master-set> <fo:page-sequence master-reference="normal" white-space-collapse="true"> <fo:flow flow-name="xsl-region-body"> - <fo:table table-layout="fixed" width="100%" border-collapse="separate" space-before="1.5in" space-before.conditionality="retain"> + <fo:table table-layout="fixed" width="100%" border-collapse="separate" space-before="1.8in" space-before.conditionality="retain"> <fo:table-column column-width="1.5cm" text-align="right"/> <fo:table-header> <fo:table-row> |