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 je...@apache.org on 2005/05/31 14:48:17 UTC

cvs commit: xml-fop/test/layoutengine/testcases markers8.xml markers9.xml

jeremias    2005/05/31 05:48:17

  Modified:    test/layoutengine/testcases markers8.xml markers9.xml
  Log:
  Adjustments after bugfixes in table layout. I didn't recognize the wrong page breaks.
  Additional constellations for markers (and tables in general) checked.
  
  Revision  Changes    Path
  1.2       +2 -1      xml-fop/test/layoutengine/testcases/markers8.xml
  
  Index: markers8.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/markers8.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- markers8.xml	30 May 2005 09:01:32 -0000	1.1
  +++ markers8.xml	31 May 2005 12:48:17 -0000	1.2
  @@ -108,6 +108,7 @@
                   </fo:table-cell>
                   <fo:table-cell>
                     <fo:block>blah</fo:block>
  +                  <fo:block>blah</fo:block>
                   </fo:table-cell>
                 </fo:table-row>
                 <fo:table-row>
  
  
  
  1.2       +66 -3     xml-fop/test/layoutengine/testcases/markers9.xml
  
  Index: markers9.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/markers9.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- markers9.xml	30 May 2005 09:01:32 -0000	1.1
  +++ markers9.xml	31 May 2005 12:48:17 -0000	1.2
  @@ -108,6 +108,7 @@
                   </fo:table-cell>
                   <fo:table-cell>
                     <fo:block>blah</fo:block>
  +                  <fo:block>blah</fo:block>
                   </fo:table-cell>
                 </fo:table-row>
                 <fo:table-row>
  @@ -128,6 +129,63 @@
                 </fo:table-row>
               </fo:table-body>
             </fo:table>
  +          <fo:table break-before="page">
  +            <fo:table-column number-columns-repeated="2"/>
  +            <fo:table-body color="black">
  +              <fo:marker marker-class-name="test">body5</fo:marker>
  +              <fo:table-row>
  +                <fo:table-cell>
  +                  <fo:block>blah</fo:block>
  +                </fo:table-cell>
  +                <fo:table-cell>
  +                  <fo:block>blah</fo:block>
  +                </fo:table-cell>
  +              </fo:table-row>
  +            </fo:table-body>
  +            <fo:table-body color="green">
  +              <fo:marker marker-class-name="test">body6</fo:marker>
  +              <fo:table-row>
  +                <fo:table-cell number-rows-spanned="3">
  +                  <fo:block>blah1</fo:block>
  +                  <fo:block>blah2</fo:block>
  +                  <fo:block>blah3</fo:block>
  +                  <fo:block>blah4</fo:block>
  +                  <fo:block>blah5</fo:block>
  +                  <fo:block>blah6</fo:block>
  +                  <fo:block>blah7</fo:block>
  +                  <fo:block>blah8</fo:block>
  +                  <fo:block>blah9</fo:block>
  +                  <fo:block>blah10</fo:block>
  +                  <fo:block>blah11</fo:block>
  +                </fo:table-cell>
  +                <fo:table-cell>
  +                  <fo:block>blah</fo:block>
  +                </fo:table-cell>
  +              </fo:table-row>
  +              <fo:table-row>
  +                <fo:table-cell>
  +                  <fo:block>blah</fo:block>
  +                  <fo:block>blah</fo:block>
  +                </fo:table-cell>
  +              </fo:table-row>
  +              <!--fo:table-row>
  +                <fo:table-cell>
  +                  <fo:block>blah</fo:block>
  +                </fo:table-cell>
  +              </fo:table-row-->
  +            </fo:table-body>
  +            <fo:table-body color="black">
  +              <fo:marker marker-class-name="test">body7</fo:marker>
  +              <fo:table-row>
  +                <fo:table-cell>
  +                  <fo:block>blah</fo:block>
  +                </fo:table-cell>
  +                <fo:table-cell>
  +                  <fo:block>blah</fo:block>
  +                </fo:table-cell>
  +              </fo:table-row>
  +            </fo:table-body>
  +          </fo:table>
           </fo:flow>
         </fo:page-sequence>
       </fo:root>
  @@ -150,7 +208,12 @@
   
       <true xpath="starts-with(//pageViewport[@nr=4]//regionBefore/block[1],'body3')"/>
       <true xpath="starts-with(//pageViewport[@nr=4]//regionBefore/block[2],'body4')"/>
  -    <true xpath="starts-with(//pageViewport[@nr=4]//regionAfter/block[1],'body4')"/>
  -    <true xpath="starts-with(//pageViewport[@nr=4]//regionAfter/block[2],'body4')"/>
  +    <true xpath="starts-with(//pageViewport[@nr=4]//regionAfter/block[1],'body6')"/>
  +    <true xpath="starts-with(//pageViewport[@nr=4]//regionAfter/block[2],'body5')"/>
  +
  +    <true xpath="starts-with(//pageViewport[@nr=5]//regionBefore/block[1],'body6')"/>
  +    <true xpath="starts-with(//pageViewport[@nr=5]//regionBefore/block[2],'body6')"/>
  +    <true xpath="starts-with(//pageViewport[@nr=5]//regionAfter/block[1],'body6')"/>
  +    <true xpath="starts-with(//pageViewport[@nr=5]//regionAfter/block[2],'body6')"/>
     </checks>
   </testcase>
  
  
  

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