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 531 - Tests involving normalization may have hidden problems
Summary: Tests involving normalization may have hidden problems
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: 2004-02-17 00:31 UTC by Curt Arnold
Modified: 2004-02-20 04:12 UTC (History)
0 users

See Also:


Attachments
Adds assertLowerSeverity and instruments normalization tests (30.08 KB, patch)
2004-02-17 00:32 UTC, Curt Arnold
Details
Missing id on assertLowerSeverity's (1.79 KB, patch)
2004-02-19 23:12 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-17 00:31:59 UTC
Several tests perform document normalization and then check the resulting 
tree.  Since normalization exceptions are not reported, test failures due to 
unrelated normalization issues are difficult to diagnose.

All L3 tests that perform normalization and did not capture normalization 
errors have been modified to capture and assert that there were no errors 
during normalization.  These modifications uncovered that several tests were 
failing since the parse was not namespace aware which would cause a fatal 
error when performing namespace normalization.

assertLowerSeverity was added to the test markup language to simplify 
asserting that no errors occurred during normalization.
Comment 1 Curt Arnold 2004-02-17 00:32:52 UTC
Created attachment 230 [details]
Adds assertLowerSeverity and instruments normalization tests
Comment 2 Curt Arnold 2004-02-19 23:12:18 UTC
Created attachment 243 [details]
Missing id on assertLowerSeverity's