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/06/09 23:10:02 UTC

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

jeremias    2005/06/09 14:10:02

  Modified:    test/layoutengine/testcases text-transform1.xml
                        text-transform2.xml
  Log:
  Expectations changed again. Hopefully right this time. capitalize only changes lower case to upper case, but not the other way around.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-fop/test/layoutengine/testcases/text-transform1.xml
  
  Index: text-transform1.xml
  ===================================================================
  RCS file: /home/cvs/xml-fop/test/layoutengine/testcases/text-transform1.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- text-transform1.xml	27 May 2005 14:21:33 -0000	1.1
  +++ text-transform1.xml	9 Jun 2005 21:10:02 -0000	1.2
  @@ -40,7 +40,7 @@
     </fo>
     <checks>
       <eval expected="none: This tExT is left as-IS." xpath="//flow/block[1]"/>
  -    <eval expected="capitalize: This Text Is Capitalized." xpath="//flow/block[2]"/>
  +    <eval expected="capitalize: This TExT Is Capitalized." xpath="//flow/block[2]"/>
       <eval expected="uppercase: THIS TEXT IS CONVERTED TO UPPERCASE. LIBERTÉ, ÉGALITÉ, FRATERNITÉ UND KÄSE." xpath="//flow/block[3]"/>
       <eval expected="lowercase: this text is converted to lowercase. liberté, égalité, fraternité und käse." xpath="//flow/block[4]"/>
     </checks>
  
  
  
  1.3       +3 -3      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- text-transform2.xml	27 May 2005 19:04:42 -0000	1.2
  +++ text-transform2.xml	9 Jun 2005 21:10:02 -0000	1.3
  @@ -41,7 +41,7 @@
       </fo:root>
     </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="1: This TExT Is Capitalized." xpath="//flow/block[1]"/>
  +    <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