ilene       2002/09/24 06:56:21

  Modified:    test/tests/conferr/stringerr stringerr18.xsl stringerr15.xsl
                        stringerr03.xsl
               test/tests/conferr/sorterr sorterr01.xsl sorterr03.xsl
                        sorterr02.xsl
  Log:
  Updated ExpectedException text.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/conferr/stringerr/stringerr18.xsl
  
  Index: stringerr18.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/stringerr/stringerr18.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- stringerr18.xsl   14 Dec 2001 22:47:28 -0000      1.1
  +++ stringerr18.xsl   24 Sep 2002 13:56:21 -0000      1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test of 'string()' with too many arguments -->
     <!-- ExpectedException: string() has too many arguments. -->
  -  <!-- ExpectedException: FuncString only allows 1 arguments -->
  +  <!-- ExpectedException: FuncString only allows 0 or 1 arguments -->
   
   <xsl:template match="/">
     <out>
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conferr/stringerr/stringerr15.xsl
  
  Index: stringerr15.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/stringerr/stringerr15.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- stringerr15.xsl   14 Dec 2001 22:47:28 -0000      1.1
  +++ stringerr15.xsl   24 Sep 2002 13:56:21 -0000      1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test of 'string-length()' with too many arguments -->
     <!-- ExpectedException: string-length() has too many arguments. -->
  -  <!-- ExpectedException: FuncStringLength only allows 1 arguments -->
  +  <!-- ExpectedException: FuncStringLength only allows 0 or 1 arguments -->
   
   <xsl:template match="/">
     <out>
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conferr/stringerr/stringerr03.xsl
  
  Index: stringerr03.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/stringerr/stringerr03.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- stringerr03.xsl   14 Dec 2001 22:47:28 -0000      1.1
  +++ stringerr03.xsl   24 Sep 2002 13:56:21 -0000      1.2
  @@ -8,7 +8,7 @@
     <!-- Creator: David Marston -->
     <!-- Purpose: Test of 'normalize-space()' function with too many arguments 
-->
     <!-- ExpectedException: normalize-space() has too many arguments -->
  -  <!-- ExpectedException: FuncNormalizeSpace only allows 1 arguments -->
  +  <!-- ExpectedException: FuncNormalizeSpace only allows 0 or 1 arguments -->
   
   <xsl:template match="/doc">
     <out>
  
  
  
  1.2       +1 -0      xml-xalan/test/tests/conferr/sorterr/sorterr01.xsl
  
  Index: sorterr01.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/sorterr/sorterr01.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sorterr01.xsl     14 Dec 2001 22:47:27 -0000      1.1
  +++ sorterr01.xsl     24 Sep 2002 13:56:21 -0000      1.2
  @@ -9,6 +9,7 @@
     <!-- Purpose: Undefined value for data-type attribute on sort. -->
     <!-- ExpectedException: Sorting data-type must be "text" or "number" -->
     <!-- ExpectedException: Attribute: data-type has an illegal value: badtype 
-->
  +  <!-- ExpectedException: Illegal value: badtype used for ENUM attribute: 
data-type.  Valid values are: text number <qname-but-not-ncname>. -->
   
   <xsl:template match="doc">
     <out>
  
  
  
  1.2       +2 -0      xml-xalan/test/tests/conferr/sorterr/sorterr03.xsl
  
  Index: sorterr03.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/sorterr/sorterr03.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sorterr03.xsl     14 Dec 2001 22:47:27 -0000      1.1
  +++ sorterr03.xsl     24 Sep 2002 13:56:21 -0000      1.2
  @@ -9,6 +9,8 @@
     <!-- Purpose: Incorrect value for case-order attribute on sort. -->
     <!-- ExpectedException: Sorting case-order must be "upper-first" or 
"lower-first" -->
     <!-- ExpectedException: Attribute: case-order has an illegal value: 
bad-order -->
  +  <!-- ExpectedException: Illegal value: bad-order used for ENUM attribute: 
case-order.  Valid values are: upper-first lower-first. -->
  +
   
   <xsl:template match="doc">
     <out>
  
  
  
  1.2       +2 -0      xml-xalan/test/tests/conferr/sorterr/sorterr02.xsl
  
  Index: sorterr02.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conferr/sorterr/sorterr02.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sorterr02.xsl     14 Dec 2001 22:47:27 -0000      1.1
  +++ sorterr02.xsl     24 Sep 2002 13:56:21 -0000      1.2
  @@ -9,6 +9,8 @@
     <!-- Purpose: Incorrect value for order attribute on sort. -->
     <!-- ExpectedException: Sorting order must be "ascending" or "descending" 
-->
     <!-- ExpectedException: Attribute: order has an illegal value: sideways -->
  +  <!-- ExpectedException: Illegal value: sideways used for ENUM attribute: 
order.  Valid values are: ascending descending. -->
  +
   
   <xsl:template match="doc">
     <out>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to