DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26031>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26031

Java test harness does not detect significant differences in namespace nodes

           Summary: Java test harness does not detect significant
                    differences in namespace nodes
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The Xalan-Java test harness does not detect significant differences in the 
namespace declarations in gold and actual output files.  In particular, if the 
gold output has a namespace declaration that is missing from the actual output, 
the test harness does not detect it; if the actual output has a namespace 
declaration that is not present in the gold file, the test harness does not 
detect it.

Following is an example bogus conformance test "whitespace36" that demonstrates 
this:
------Stylesheet------
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                version="1.0">
  <xsl:template match="/">
    <out xmlns:bogus="woo-hoo!"/>
  </xsl:template>
</xsl:stylesheet>
------Input-----
<doc/>
------Gold file------
<out xmlns:what="gives"/>

Reply via email to