You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mi...@apache.org on 2003/10/23 20:41:08 UTC

cvs commit: xml-xalan/test/tests/conferr/outputerr outputerr14.xsl

minchau     2003/10/23 11:41:08

  Modified:    test/tests/conferr/outputerr outputerr14.xsl
  Log:
  The error message expected is now slightly different (more information)
  PR: bug 795
  Submitted by:	Richard Cao
  Reviewed by:	Brian Minchau
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conferr/outputerr/outputerr14.xsl
  
  Index: outputerr14.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/outputerr/outputerr14.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- outputerr14.xsl	14 Dec 2001 22:47:24 -0000	1.1
  +++ outputerr14.xsl	23 Oct 2003 18:41:08 -0000	1.2
  @@ -8,7 +8,7 @@
     <!-- Purpose: Attempt text output of characters above 127 when encoding doesn't support them. -->
     <!-- "If the result tree contains a character that cannot be represented in the encoding
          that the XSLT processor is using for output, the XSLT processor should signal an error." -->
  -  <!-- ExpectedException: Attempt to output character not represented in specified encoding. -->
  +  <!-- ExpectedException: Attempt to output character of integral value 264 that is not represented in specified output encoding of US-ASCII. -->
   
   <xsl:output method="text" encoding="US-ASCII"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org