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/18 18:17:08 UTC

cvs commit: xml-fop/test/layoutengine/testcases table-cell1.xml

jeremias    2005/05/18 09:17:07

  Modified:    test/layoutengine/testcases table-cell1.xml
  Log:
  Different interpretation now, so expected results change, too.
  
  Revision  Changes    Path
  1.2       +4 -3      xml-fop/test/layoutengine/testcases/table-cell1.xml
  
  Index: table-cell1.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/table-cell1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- table-cell1.xml	4 Feb 2005 17:10:57 -0000	1.1
  +++ table-cell1.xml	18 May 2005 16:17:07 -0000	1.2
  @@ -159,9 +159,10 @@
       <eval expected="216000" xpath="//flow/block[1]/block[12]/block[1]/@ipd"/>
       <eval expected="24000" xpath="//flow/block[1]/block[12]/block[1]/@bpd"/>
   
  -    <!-- cell 14: content-height is 24pt (3*8pt), max="20", contents overflow -->
  +    <!-- cell 14: content-height is 24pt (3*8pt), max="20", contents force relaxing max constraint -->
  +    <!-- Check for the warning message in the log -->
       <eval expected="216000" xpath="//flow/block[1]/block[14]/@ipd"/>
  -    <eval expected="20000" xpath="//flow/block[1]/block[14]/@bpd"/>
  +    <eval expected="24000" xpath="//flow/block[1]/block[14]/@bpd"/>
       <eval expected="216000" xpath="//flow/block[1]/block[14]/block[1]/@ipd"/>
       <eval expected="24000" xpath="//flow/block[1]/block[14]/block[1]/@bpd"/>
     </checks>
  
  
  

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