The following issue has been updated:
Updater: Brian Minchau (mailto:[EMAIL PROTECTED])
Date: Sat, 4 Sep 2004 4:39 PM
Changes:
assignee changed from Xalan Developers Mailing List
description changed from 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"/> to 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"/>
environment changed from Operating System: All
Platform: All to Operating System: All
Platform: All
priority changed to Blocker
Component changed to Test harness / Test case
Component changed from Xalan
---------------------------------------------------------------------
For a full history of the issue, see:
http://issues.apache.org/jira/browse/XALANJ-1766?page=history
---------------------------------------------------------------------
View the issue:
http://issues.apache.org/jira/browse/XALANJ-1766
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XALANJ-1766
Summary: Java test harness does not detect significant differences in namespace
nodes
Type: Bug
Status: Unassigned
Priority: Blocker
Project: XalanJ2
Components:
Test harness / Test case
Versions:
CurrentCVS
Assignee:
Reporter: Henry Zongaro
Created: Fri, 9 Jan 2004 9:43 PM
Updated: Sat, 4 Sep 2004 4:39 PM
Environment: Operating System: All
Platform: All
Description:
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"/>
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://issues.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]