This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 396 - Load/Save sanity check
Summary: Load/Save sanity check
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 3 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-01 22:43 UTC by Curt Arnold
Modified: 2003-12-22 22:05 UTC (History)
0 users

See Also:


Attachments
Patch that corrects multiple flaws in the L/S tests (39.31 KB, patch)
2003-12-01 23:18 UTC, Curt Arnold
Details
More fixes for L&S (51.66 KB, patch)
2003-12-06 01:50 UTC, Curt Arnold
Details
Adds support for Oracle XDK 10.0.1.0A, metadata improvements, results matrix (144.80 KB, patch)
2003-12-08 02:49 UTC, Curt Arnold
Details

Description Curt Arnold 2003-12-01 22:43:11 UTC
The Load/Save tests had been validated against the schema, however there were a
substantial number of issues that were discovered when the test suite was run
against Xerces-J's implementation.

The only significant test change was DOMWriterFilterTest2.  In that test a
filter was used to strip all text nodes from the document.  It then tested
whether an attribute node had child nodes and expected it to have none.  Most
implementations use a specialized class for attribute and an attribute with no
child nodes doesn't exist in nature.  I've changed the test so that it checks
that the text content of the attribute is a empty string.

See http://lists.w3.org/Archives/Public/www-dom-ts/2003Dec/0000.html
Comment 1 Curt Arnold 2003-12-01 23:18:53 UTC
Created attachment 73 [details]
Patch that corrects multiple flaws in the L/S tests
Comment 2 Curt Arnold 2003-12-01 23:19:31 UTC
Initial patch committed.  Additional work needs to be performed on the
ECMAScript transform.
Comment 3 Curt Arnold 2003-12-06 01:50:06 UTC
Created attachment 77 [details]
More fixes for L&S
Comment 4 Curt Arnold 2003-12-08 02:49:43 UTC
Created attachment 78 [details]
Adds support for Oracle XDK 10.0.1.0A, metadata improvements, results matrix