You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2006/08/17 23:50:37 UTC

svn commit: r432403 - /xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/

Author: adelmelle
Date: Thu Aug 17 14:50:36 2006
New Revision: 432403

URL: http://svn.apache.org/viewvc?rev=432403&view=rev
Log:
Changed testcases failing due to r432190

Modified:
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_7.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_8.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-body_basic_1.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_background-image.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_padding_percentages.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_background-image.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_background-image.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_padding_percentages.xml

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_7.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_7.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_7.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_7.xml Thu Aug 17 14:50:36 2006
@@ -96,7 +96,7 @@
           </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
-          <fo:table>
+          <fo:table table-layout="fixed">
             <fo:marker marker-class-name="test">fo:table</fo:marker>
             <fo:table-body>
               <fo:table-cell>
@@ -118,7 +118,7 @@
           </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
-          <fo:table>
+          <fo:table table-layout="fixed">
             <fo:table-body>
               <fo:marker marker-class-name="test">fo:table-body</fo:marker>
               <fo:table-cell>
@@ -140,7 +140,7 @@
           </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
-          <fo:table>
+          <fo:table table-layout="fixed">
             <fo:table-header>
               <fo:marker marker-class-name="test">fo:table-header</fo:marker>
               <fo:table-cell>
@@ -167,7 +167,7 @@
           </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
-          <fo:table>
+          <fo:table table-layout="fixed">
             <fo:table-footer>
               <fo:marker marker-class-name="test">fo:table-footer</fo:marker>
               <fo:table-cell>
@@ -194,7 +194,7 @@
           </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
-          <fo:table>
+          <fo:table table-layout="fixed">
             <fo:table-body>
               <fo:table-cell>
                 <fo:marker marker-class-name="test">fo:table-cell</fo:marker>

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_8.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_8.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_8.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_8.xml Thu Aug 17 14:50:36 2006
@@ -49,7 +49,7 @@
           </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
-          <fo:table color="black">
+          <fo:table color="black" table-layout="fixed">
             <fo:marker marker-class-name="test">table1</fo:marker>
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
@@ -77,7 +77,7 @@
               </fo:table-row>
             </fo:table-body>
           </fo:table>
-          <fo:table color="red">
+          <fo:table color="red" table-layout="fixed">
             <fo:marker marker-class-name="test">table2</fo:marker>
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
@@ -99,7 +99,7 @@
               </fo:table-row>
             </fo:table-body>
           </fo:table>
-          <fo:table color="blue">
+          <fo:table color="blue" table-layout="fixed">
             <fo:marker marker-class-name="test">table3</fo:marker>
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/markers_9.xml Thu Aug 17 14:50:36 2006
@@ -49,7 +49,7 @@
           </fo:block>
         </fo:static-content>
         <fo:flow flow-name="xsl-region-body">
-          <fo:table color="black">
+          <fo:table color="black" table-layout="fixed">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
               <fo:marker marker-class-name="test">body1</fo:marker>
@@ -77,7 +77,7 @@
               </fo:table-row>
             </fo:table-body>
           </fo:table>
-          <fo:table color="red">
+          <fo:table color="red" table-layout="fixed">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
               <fo:marker marker-class-name="test">body2</fo:marker>
@@ -99,7 +99,7 @@
               </fo:table-row>
             </fo:table-body>
           </fo:table>
-          <fo:table color="blue">
+          <fo:table color="blue" table-layout="fixed">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
               <fo:marker marker-class-name="test">body3</fo:marker>
@@ -130,7 +130,7 @@
               </fo:table-row>
             </fo:table-body>
           </fo:table>
-          <fo:table>
+          <fo:table table-layout="fixed">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body color="black">
               <fo:marker marker-class-name="test">body5</fo:marker>

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-body_basic_1.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-body_basic_1.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-body_basic_1.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-body_basic_1.xml Thu Aug 17 14:50:36 2006
@@ -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 color="black">
+          <fo:table color="black" table-layout="fixed">
             <fo:table-column number-columns-repeated="2"/>
             <fo:table-body>
               <fo:table-row>

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_background-image.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_background-image.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_background-image.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_background-image.xml Thu Aug 17 14:50:36 2006
@@ -34,7 +34,7 @@
       </fo:layout-master-set>
       <fo:page-sequence master-reference="normal" white-space-collapse="true">
         <fo:flow flow-name="xsl-region-body">
-          <fo:table border-collapse="separate">
+          <fo:table border-collapse="separate" table-layout="fixed">
             <fo:table-column />
             <fo:table-column />
             <fo:table-column />

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_padding_percentages.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_padding_percentages.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_padding_percentages.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-cell_padding_percentages.xml Thu Aug 17 14:50:36 2006
@@ -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>
+          <fo:table table-layout="fixed">
             <fo:table-column column-number="1" />
             <fo:table-column column-number="2" />
             <fo:table-column column-number="3" />

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_background-image.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_background-image.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_background-image.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_background-image.xml Thu Aug 17 14:50:36 2006
@@ -34,7 +34,7 @@
       </fo:layout-master-set>
       <fo:page-sequence master-reference="normal" white-space-collapse="true">
         <fo:flow flow-name="xsl-region-body">
-          <fo:table>
+          <fo:table table-layout="fixed">
             <fo:table-column column-number="1" />
             <fo:table-column column-number="2" />
             <fo:table-column column-number="3" />

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_background-image.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_background-image.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_background-image.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_background-image.xml Thu Aug 17 14:50:36 2006
@@ -34,7 +34,11 @@
       </fo:layout-master-set>
       <fo:page-sequence master-reference="normal" white-space-collapse="true">
         <fo:flow flow-name="xsl-region-body">
-          <fo:table background-color="yellow" background-repeat="no-repeat" background-position-horizontal="center" background-position-vertical="center" background-image="##img">
+          <fo:table table-layout="fixed" background-color="yellow" 
+                    background-repeat="no-repeat" 
+                    background-position-horizontal="center" 
+                    background-position-vertical="center" 
+                    background-image="##img">
             <fo:table-column column-number="1" />
             <fo:table-column column-number="2" />
             <fo:table-column column-number="3" />

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_padding_percentages.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_padding_percentages.xml?rev=432403&r1=432402&r2=432403&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_padding_percentages.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table_padding_percentages.xml Thu Aug 17 14:50:36 2006
@@ -31,7 +31,8 @@
       </fo:layout-master-set>
       <fo:page-sequence master-reference="normal" white-space-collapse="true">
         <fo:flow flow-name="xsl-region-body">
-          <fo:table margin="0pt" padding="5%" background-color="yellow" border-collapse="separate">
+          <fo:table table-layout="fixed" margin="0pt" padding="5%" 
+                    background-color="yellow" border-collapse="separate">
             <fo:table-column column-number="1" />
             <fo:table-column column-number="2" />
             <fo:table-column column-number="3" />



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org