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:49:12 UTC

cvs commit: xml-xalan/test/tests/conf/namespace/err namespaceerr03.xsl namespaceerr02.xsl

dmarston    01/01/26 07:49:12

  Modified:    test/tests/conf/namespace/err namespaceerr03.xsl
                        namespaceerr02.xsl
  Log:
  Clarify expected error message
  
  Revision  Changes    Path
  1.3       +1 -3      xml-xalan/test/tests/conf/namespace/err/namespaceerr03.xsl
  
  Index: namespaceerr03.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/err/namespaceerr03.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- namespaceerr03.xsl	2000/12/29 19:53:50	1.2
  +++ namespaceerr03.xsl	2001/01/26 15:49:12	1.3
  @@ -8,9 +8,7 @@
     <!-- Section: 7.1.1 Literal Result Elements -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Test missing attribute in namespace-alias. -->
  -  <!-- ExpectedException: XSLT: Missing namespace URI for specified prefix -->
  -  <!-- ExpectedException: org.apache.xalan.xslt.XSLProcessorException: Missing namespace URI for specified prefix -->
  -  <!-- ExpectedException: Missing namespace URI for specified prefix -->
  +  <!-- ExpectedException: xsl:namespace-alias requires attribute: stylesheet-prefix -->
   
   <xsl:namespace-alias result-prefix="xsl"/>
   
  
  
  
  1.3       +1 -2      xml-xalan/test/tests/conf/namespace/err/namespaceerr02.xsl
  
  Index: namespaceerr02.xsl
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf/namespace/err/namespaceerr02.xsl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- namespaceerr02.xsl	2000/12/29 19:53:50	1.2
  +++ namespaceerr02.xsl	2001/01/26 15:49:12	1.3
  @@ -8,8 +8,7 @@
     <!-- Section: 7.1.1 Literal Result Elements -->
     <!-- Creator: David Marston -->
     <!-- Purpose: Test missing attribute in namespace-alias. -->
  -  <!-- ExpectedException: Missing namespace URI for specified prefix -->
  -  <!-- ExpectedException: org.apache.xalan.xslt.XSLProcessorException: Missing namespace URI for specified prefix -->
  +  <!-- ExpectedException: xsl:namespace-alias requires attribute: result-prefix -->
   
   <xsl:namespace-alias stylesheet-prefix="axsl"/>