]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Expected results changed based on Victor Mote's input.
authorJeremias Maerki <jeremias@apache.org>
Fri, 27 May 2005 19:04:42 +0000 (19:04 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 27 May 2005 19:04:42 +0000 (19:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198697 13f79535-47bb-0310-9956-ffa450edef68

test/layoutengine/testcases/text-transform2.xml

index c4a5220a20ee3ff4742c828a4f938e80b4606165..ec6d241c55f46f667f0f58bea5a3cf240f2da06f 100644 (file)
     <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>