[ http://nagoya.apache.org/jira/browse/XALANJ-1766?page=history ]
Henry Zongaro updated XALANJ-1766:
----------------------------------
Priority: Major (was: Blocker)
> Java test harness does not detect significant differences in namespace nodes
> ----------------------------------------------------------------------------
>
> Key: XALANJ-1766
> URL: http://nagoya.apache.org/jira/browse/XALANJ-1766
> Project: XalanJ2
> Type: Bug
> Components: TestHarness-TestCase
> Versions: CurrentCVS
> Environment: Operating System: All
> Platform: All
> Reporter: Henry Zongaro
>
> 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"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]