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 vh...@apache.org on 2008/02/12 12:12:30 UTC

svn commit: r620761 - in /xmlgraphics/fop/trunk/test/layoutengine/standard-testcases: table-row_break-before.xml table-row_break-before_first-row.xml

Author: vhennebert
Date: Tue Feb 12 03:12:25 2008
New Revision: 620761

URL: http://svn.apache.org/viewvc?rev=620761&view=rev
Log:
Fixed wrong numbering of cells

Modified:
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before.xml
    xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before_first-row.xml

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before.xml?rev=620761&r1=620760&r2=620761&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before.xml Tue Feb 12 03:12:25 2008
@@ -62,12 +62,12 @@
               </fo:table-row>
               <fo:table-row border="2pt solid orange">
                 <fo:table-cell border="inherit">
-                  <fo:block>Cell 2.1</fo:block>
-                  <fo:block>Cell 2.1</fo:block>
+                  <fo:block>Cell 3.1</fo:block>
+                  <fo:block>Cell 3.1</fo:block>
                 </fo:table-cell>
                 <fo:table-cell border="inherit">
-                  <fo:block>Cell 2.2</fo:block>
-                  <fo:block>Cell 2.2</fo:block>
+                  <fo:block>Cell 3.2</fo:block>
+                  <fo:block>Cell 3.2</fo:block>
                 </fo:table-cell>
               </fo:table-row>
             </fo:table-body>

Modified: xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before_first-row.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before_first-row.xml?rev=620761&r1=620760&r2=620761&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before_first-row.xml (original)
+++ xmlgraphics/fop/trunk/test/layoutengine/standard-testcases/table-row_break-before_first-row.xml Tue Feb 12 03:12:25 2008
@@ -62,12 +62,12 @@
               </fo:table-row>
               <fo:table-row border="2pt solid orange">
                 <fo:table-cell border="inherit">
-                  <fo:block>Cell 2.1</fo:block>
-                  <fo:block>Cell 2.1</fo:block>
+                  <fo:block>Cell 3.1</fo:block>
+                  <fo:block>Cell 3.1</fo:block>
                 </fo:table-cell>
                 <fo:table-cell border="inherit">
-                  <fo:block>Cell 2.2</fo:block>
-                  <fo:block>Cell 2.2</fo:block>
+                  <fo:block>Cell 3.2</fo:block>
+                  <fo:block>Cell 3.2</fo:block>
                 </fo:table-cell>
               </fo:table-row>
             </fo:table-body>



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