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 249 - Assertion names not meaningful
Summary: Assertion names not meaningful
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 1 (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-06-28 03:05 UTC by Curt Arnold
Modified: 2003-06-28 20:05 UTC (History)
0 users

See Also:


Attachments
Patch (25.16 KB, patch)
2003-06-28 16:05 UTC, Curt Arnold
Details

Description Curt Arnold 2003-06-28 03:05:40 UTC
Some tests have assertion names like 
documentInvalidCharacterExceptionCreateAttributeAssert that are a regurgitation 
of the case name when they could have more informative names like 
throw_INDEX_SIZE_ERR.

This default will be used to change at least those assertions that fail for a 
significant implementation.
Comment 1 Curt Arnold 2003-06-28 16:05:14 UTC
Created attachment 29 [details]
Patch