You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2002/01/31 19:37:49 UTC

cvs commit: xml-xalan/test/tests/conferr/numberformaterr numberformaterr29.xsl numberformaterr28.xsl

dmarston    02/01/31 10:37:49

  Modified:    test/tests/conferr/numberformaterr numberformaterr29.xsl
                        numberformaterr28.xsl
  Log:
  Add more message strings
  
  Revision  Changes    Path
  1.2       +1 -0      xml-xalan/test/tests/conferr/numberformaterr/numberformaterr29.xsl
  
  Index: numberformaterr29.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr29.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr29.xsl	14 Dec 2001 22:47:21 -0000	1.1
  +++ numberformaterr29.xsl	31 Jan 2002 18:37:49 -0000	1.2
  @@ -8,6 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test of format-number with too many arguments. -->
     <!-- ExpectedException: format-number() must have at most 3 arguments -->
  +  <!-- ExpectedException: only allows 2 or 3 arguments -->
   
   <xsl:decimal-format name="myminus" minus-sign='_' />
   
  
  
  
  1.2       +1 -0      xml-xalan/test/tests/conferr/numberformaterr/numberformaterr28.xsl
  
  Index: numberformaterr28.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/numberformaterr/numberformaterr28.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr28.xsl	14 Dec 2001 22:47:21 -0000	1.1
  +++ numberformaterr28.xsl	31 Jan 2002 18:37:49 -0000	1.2
  @@ -8,6 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test of format-number with too few arguments. -->
     <!-- ExpectedException: format-number() must have at least 2 arguments -->
  +  <!-- ExpectedException: only allows 2 or 3 arguments -->
   
   <xsl:template match="doc">
     <out>
  
  
  

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