dmarston    2003/01/27 09:57:18

  Added:       test/tests/conferr/processorinfoerr processorinfoerr06.xsl
                        processorinfoerr06.xml
  Log:
  New test inspired by Bugzilla #16448.
  Need to insert expected messages when they are known.
  
  Revision  Changes    Path
  1.1                  
xml-xalan/test/tests/conferr/processorinfoerr/processorinfoerr06.xsl
  
  Index: processorinfoerr06.xsl
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?> 
  <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0">
  
    <!-- FileName: processorinfoerr06 -->
    <!-- Document: http://www.w3.org/TR/xslt -->
    <!-- DocVersion: 19991116 -->
    <!-- Section: 12.4 -->
    <!-- Creator: David Marston -->
    <!-- Purpose: Test bad argument to system-property, QName's prefix undeclared -->
    <!-- ExpectedException: property not supported -->
  
  <xsl:template match="doc">
    <out>
      <xsl:value-of select="system-property('lotus:version')"/>
    </out>
  </xsl:template>
   
  </xsl:stylesheet>
  
  
  
  1.1                  
xml-xalan/test/tests/conferr/processorinfoerr/processorinfoerr06.xml
  
  Index: processorinfoerr06.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <doc/>
  
  

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

Reply via email to