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 2001/01/26 16:50:12 UTC

cvs commit: xml-xalan/test/tests/conf/numberformat/err numberformaterr17.xsl numberformaterr11.xsl numberformaterr12.xsl numberformaterr13.xsl numberformaterr14.xsl numberformaterr15.xsl numberformaterr16.xsl numberformaterr05.xsl

dmarston    01/01/26 07:50:12

  Modified:    test/tests/conf/numberformat/err numberformaterr17.xsl
                        numberformaterr11.xsl numberformaterr12.xsl
                        numberformaterr13.xsl numberformaterr14.xsl
                        numberformaterr15.xsl numberformaterr16.xsl
                        numberformaterr05.xsl
  Log:
  Clarify expected error message
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/err/numberformaterr17.xsl
  
  Index: numberformaterr17.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/err/numberformaterr17.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr17.xsl	2000/12/17 21:31:00	1.1
  +++ numberformaterr17.xsl	2001/01/26 15:50:12	1.2
  @@ -7,7 +7,7 @@
     <!-- Section: 12.3 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Set one-character attribute minus-sign too large in decimal-format. -->
  -  <!-- ExpectedException: Invalid attribute on xsl:decimal-format. -->
  +  <!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1 character -->
   
   <xsl:decimal-format minus-sign="toobig" />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/err/numberformaterr11.xsl
  
  Index: numberformaterr11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/err/numberformaterr11.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr11.xsl	2000/12/17 21:31:00	1.1
  +++ numberformaterr11.xsl	2001/01/26 15:50:12	1.2
  @@ -7,7 +7,7 @@
     <!-- Section: 12.3 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Set one-character attribute decimal-separator too large in decimal-format. -->
  -  <!-- ExpectedException: Invalid attribute on xsl:decimal-format. -->
  +  <!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1 character -->
   
   <xsl:decimal-format decimal-separator="toobig" />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/err/numberformaterr12.xsl
  
  Index: numberformaterr12.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/err/numberformaterr12.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr12.xsl	2000/12/17 21:31:00	1.1
  +++ numberformaterr12.xsl	2001/01/26 15:50:12	1.2
  @@ -7,7 +7,7 @@
     <!-- Section: 12.3 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Set one-character attribute percent too large in decimal-format. -->
  -  <!-- ExpectedException: Invalid attribute on xsl:decimal-format. -->
  +  <!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1 character -->
   
   <xsl:decimal-format percent="toobig" />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/err/numberformaterr13.xsl
  
  Index: numberformaterr13.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/err/numberformaterr13.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr13.xsl	2000/12/17 21:31:00	1.1
  +++ numberformaterr13.xsl	2001/01/26 15:50:12	1.2
  @@ -7,7 +7,7 @@
     <!-- Section: 12.3 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Set one-character attribute per-mille too large in decimal-format. -->
  -  <!-- ExpectedException: Invalid attribute on xsl:decimal-format. -->
  +  <!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1 character -->
   
   <xsl:decimal-format per-mille="toobig" />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/err/numberformaterr14.xsl
  
  Index: numberformaterr14.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/err/numberformaterr14.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr14.xsl	2000/12/17 21:31:00	1.1
  +++ numberformaterr14.xsl	2001/01/26 15:50:12	1.2
  @@ -7,7 +7,7 @@
     <!-- Section: 12.3 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Set one-character attribute zero-digit too large in decimal-format. -->
  -  <!-- ExpectedException: Invalid attribute on xsl:decimal-format. -->
  +  <!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1 character -->
   
   <xsl:decimal-format zero-digit="toobig" />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/err/numberformaterr15.xsl
  
  Index: numberformaterr15.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/err/numberformaterr15.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr15.xsl	2000/12/17 21:31:00	1.1
  +++ numberformaterr15.xsl	2001/01/26 15:50:12	1.2
  @@ -7,7 +7,7 @@
     <!-- Section: 12.3 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Set one-character attribute digit too large in decimal-format. -->
  -  <!-- ExpectedException: Invalid attribute on xsl:decimal-format. -->
  +  <!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1 character -->
   
   <xsl:decimal-format digit="toobig" />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/err/numberformaterr16.xsl
  
  Index: numberformaterr16.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/err/numberformaterr16.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr16.xsl	2000/12/17 21:31:00	1.1
  +++ numberformaterr16.xsl	2001/01/26 15:50:12	1.2
  @@ -7,7 +7,7 @@
     <!-- Section: 12.3 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Set one-character attribute pattern-separator too large in decimal-format. -->
  -  <!-- ExpectedException: Invalid attribute on xsl:decimal-format. -->
  +  <!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1 character -->
   
   <xsl:decimal-format pattern-separator="toobig" />
   
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf/numberformat/err/numberformaterr05.xsl
  
  Index: numberformaterr05.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/numberformat/err/numberformaterr05.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- numberformaterr05.xsl	2000/12/17 21:31:00	1.1
  +++ numberformaterr05.xsl	2001/01/26 15:50:12	1.2
  @@ -7,7 +7,7 @@
     <!-- Section: 12.3 -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Set one-character attribute grouping-separator too large in decimal-format. -->
  -  <!-- ExpectedException: Invalid attribute on xsl:decimal-format. -->
  +  <!-- ExpectedException: An XSLT attribute of type T_CHAR must be only 1 character -->
   
   <xsl:decimal-format grouping-separator="toobig" />