dmarston    00/12/29 11:48:50

  Modified:    test/tests/conf/math/err matherr14.xsl matherr02.xsl
                        matherr03.xsl matherr04.xsl matherr05.xsl
                        matherr06.xsl matherr07.xsl matherr08.xsl
                        matherr09.xsl matherr10.xsl matherr11.xsl
                        matherr12.xsl matherr13.xsl matherr01.xsl
  Log:
  Improve comments
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr14.xsl
  
  Index: matherr14.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr14.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr14.xsl     2000/12/16 01:23:55     1.1
  +++ matherr14.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr14 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of round() with zero arguments. -->
     <!-- ExpectedException: one argument expected -->
   
  
  
  
  1.2       +3 -2      xml-xalan/test/tests/conf/math/err/matherr02.xsl
  
  Index: matherr02.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr02.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr02.xsl     2000/12/16 01:23:55     1.1
  +++ matherr02.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr02 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 3.5 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of invalid function that resembles "true" with unary 
minus. -->
     <!-- ExpectedException: XSL Warning: Could not find function: troo -->
   
  @@ -13,5 +14,5 @@
       <xsl:value-of select="-troo()"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +3 -2      xml-xalan/test/tests/conf/math/err/matherr03.xsl
  
  Index: matherr03.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr03.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr03.xsl     2000/12/16 01:23:55     1.1
  +++ matherr03.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr03 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 3.5 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of invalid function that resembles "true" with 
number(). -->
     <!-- ExpectedException: XSL Warning: Could not find function: troo -->
   
  @@ -13,5 +14,5 @@
       <xsl:value-of select="number(troo())"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +4 -3      xml-xalan/test/tests/conf/math/err/matherr04.xsl
  
  Index: matherr04.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr04.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr04.xsl     2000/12/16 01:23:55     1.1
  +++ matherr04.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
  -  <!-- FileName: MATHerr02 -->
  +  <!-- FileName: MATHerr04 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 3.5 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of invalid function that resembles "true" with 
multiplication. -->
     <!-- ExpectedException: XSL Warning: Could not find function: troo -->
   
  @@ -13,5 +14,5 @@
       <xsl:value-of select="5 * troo()"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +3 -2      xml-xalan/test/tests/conf/math/err/matherr05.xsl
  
  Index: matherr05.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr05.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr05.xsl     2000/12/16 01:23:55     1.1
  +++ matherr05.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr05 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 3.5 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of invalid function that resembles "true" with div. -->
     <!-- ExpectedException: XSL Warning: Could not find function: troo -->
   
  @@ -13,5 +14,5 @@
       <xsl:value-of select="12 div troo()"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr06.xsl
  
  Index: matherr06.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr06.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr06.xsl     2000/12/16 01:23:55     1.1
  +++ matherr06.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr06 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of number() with too many arguments. -->
     <!-- ExpectedException: number() has too many arguments. -->
   
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr07.xsl
  
  Index: matherr07.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr07.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr07.xsl     2000/12/16 01:23:55     1.1
  +++ matherr07.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr07 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of sum() with too many arguments. -->
     <!-- ExpectedException: sum() has too many arguments. -->
   
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr08.xsl
  
  Index: matherr08.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr08.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr08.xsl     2000/12/16 01:23:55     1.1
  +++ matherr08.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr08 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of sum() with zero arguments. -->
     <!-- ExpectedException: one argument expected -->
   
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr09.xsl
  
  Index: matherr09.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr09.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr09.xsl     2000/12/16 01:23:55     1.1
  +++ matherr09.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr09 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of floor() with too many arguments. -->
     <!-- ExpectedException: floor() has too many arguments. -->
   
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr10.xsl
  
  Index: matherr10.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr10.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr10.xsl     2000/12/16 01:23:55     1.1
  +++ matherr10.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr10 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of floor() with zero arguments. -->
     <!-- ExpectedException: one argument expected -->
   
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr11.xsl
  
  Index: matherr11.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr11.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr11.xsl     2000/12/16 01:23:55     1.1
  +++ matherr11.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr11 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of ceiling() with too many arguments. -->
     <!-- ExpectedException: ceiling() has too many arguments. -->
   
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr12.xsl
  
  Index: matherr12.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr12.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr12.xsl     2000/12/16 01:23:55     1.1
  +++ matherr12.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr12 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of ceiling() with zero arguments. -->
     <!-- ExpectedException: one argument expected -->
   
  
  
  
  1.2       +2 -1      xml-xalan/test/tests/conf/math/err/matherr13.xsl
  
  Index: matherr13.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr13.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr13.xsl     2000/12/16 01:23:55     1.1
  +++ matherr13.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr13 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 4.4 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test of round() with too many arguments. -->
     <!-- ExpectedException: round() has too many arguments. -->
   
  
  
  
  1.2       +3 -2      xml-xalan/test/tests/conf/math/err/matherr01.xsl
  
  Index: matherr01.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/math/err/matherr01.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- matherr01.xsl     2000/12/16 01:23:55     1.1
  +++ matherr01.xsl     2000/12/29 19:48:48     1.2
  @@ -1,10 +1,11 @@
  -<?xml version="1.0"?> 
  +<?xml version="1.0"?>
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; 
version="1.0">
   
     <!-- FileName: MATHerr01 -->
     <!-- Document: http://www.w3.org/TR/xpath -->
     <!-- DocVersion: 19991116 -->
     <!-- Section: 3.5 -->
  +  <!-- Creator: David Marston -->
     <!-- Purpose: Test reaction to obsolete 'quo' operator. -->
     <!-- ExpectedException: Old syntax: quo(...) is no longer defined in XPath 
-->
   
  @@ -13,5 +14,5 @@
       <xsl:value-of select="6 quo 4"/>
     </out>
   </xsl:template>
  - 
  +
   </xsl:stylesheet>
  
  
  

Reply via email to