jeremias 2005/02/09 03:52:33 Modified: test/layoutengine/testcases table1.xml Log: force fixed table-layout. Without the width auto layout becomes active. Revision Changes Path 1.2 +2 -2 xml-fop/test/layoutengine/testcases/table1.xml Index: table1.xml =================================================================== RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/table1.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- table1.xml 31 Jan 2005 13:58:53 -0000 1.1 +++ table1.xml 9 Feb 2005 11:52:33 -0000 1.2 @@ -30,7 +30,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"> + <fo:table table-layout="fixed" width="100%"> <fo:table-column column-width="2in"/> <fo:table-column column-width="3in"/> <fo:table-body>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]