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/27 21:04:42 UTC

cvs commit: xml-fop/test/layoutengine/testcases text-transform2.xml

jeremias    2005/05/27 12:04:42

  Modified:    test/layoutengine/testcases text-transform2.xml
  Log:
  Expected results changed based on Victor Mote's input.
  
  Revision  Changes    Path
  1.2       +6 -2      xml-fop/test/layoutengine/testcases/text-transform2.xml
  
  Index: text-transform2.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/text-transform2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- text-transform2.xml	27 May 2005 14:21:33 -0000	1.1
  +++ text-transform2.xml	27 May 2005 19:04:42 -0000	1.2
  @@ -20,6 +20,10 @@
       <p>
         This test checks text-transform (especially some mean cases for capitalize).
       </p>
  +    <p>
  +      The second block may cause rised eyebrows. An explanation can be found at 
  +      <a href="http://marc.theaimsgroup.com/?t=111718934800001&amp;r=1&amp;w=2">http://marc.theaimsgroup.com/?t=111718934800001&amp;r=1&amp;w=2</a>
  +    </p>
     </info>
     <fo>
       <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:svg="http://www.w3.org/2000/svg">
  @@ -38,6 +42,6 @@
     </fo>
     <checks>
       <eval expected="1: This Text Is Capitalized." xpath="//flow/block[1]"/>
  -    <eval expected="2: This Text Is Capitalized." xpath="//flow/block[2]"/>
  +    <eval expected="2: This Text Is CaPitALizEd." xpath="//flow/block[2]"/>
     </checks>
   </testcase>
  
  
  

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