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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to