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 401 - Increased coverage on tests
Summary: Increased coverage on tests
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-05 19:39 UTC by Curt Arnold
Modified: 2004-01-16 06:59 UTC (History)
0 users

See Also:


Attachments
Additional L&S tests, mostly config tests (98.73 KB, patch)
2003-12-09 03:21 UTC, Curt Arnold
Details
Adds DOMBuilderTest8 which parses a URI with a missing resource (2.88 KB, patch)
2003-12-18 19:58 UTC, Curt Arnold
Details
Initial L3 Core tests for DOMConfiguration (63.21 KB, patch)
2004-01-11 23:21 UTC, Curt Arnold
Details
Adds hc_namednodemapinvalidtype1.xml (2.97 KB, patch)
2004-01-11 23:54 UTC, Curt Arnold
Details
L2 Core tests hc_nodedocumentfragmentnormalization1 & 2 (5.43 KB, patch)
2004-01-12 00:04 UTC, Curt Arnold
Details
L3 XPath: XPathEvaluator_evaluate_TYPE_ERR (2.49 KB, patch)
2004-01-12 00:08 UTC, Curt Arnold
Details
L1 tests for NamedNodeMap.removeNamedItem and setNamedItem (10.26 KB, patch)
2004-01-13 00:00 UTC, Curt Arnold
Details
L2 Core tests for NamedNodeMap.removeNamedItemNS and setNamedItemNS (10.36 KB, patch)
2004-01-13 00:08 UTC, Curt Arnold
Details
L3 Core: Attr.getSchemaTypeInfo and DOMStringList.contains tests (23.32 KB, patch)
2004-01-13 00:35 UTC, Curt Arnold
Details
L3 Core: Element.schemaTypeInfo and TypeInfo.isDerivedFrom tests (29.50 KB, patch)
2004-01-13 13:03 UTC, Curt Arnold
Details
Refinement of TypeInfo.isDerivedFrom tests (97.26 KB, patch)
2004-01-13 19:01 UTC, Curt Arnold
Details
L3 Core: hasFeature tests, domconfig metadata tweaks, hc_staff.svg (34.06 KB, patch)
2004-01-13 20:23 UTC, Curt Arnold
Details
L1 Core Add hc_elementnormalize2, tweak hc_elementnormalize (5.37 KB, patch)
2004-01-13 20:26 UTC, Curt Arnold
Details
Missing greater-than in internal subset in hc_staff.svg (609 bytes, patch)
2004-01-14 00:21 UTC, Curt Arnold
Details
Fixes for hc_documentnormalize2 (1.45 KB, patch)
2004-01-14 01:29 UTC, Curt Arnold
Details
L3 Core: additional typeinfoisderivedfrom tests and minor fixes (30.80 KB, patch)
2004-01-15 15:56 UTC, Curt Arnold
Details
Fixes for the previous typeinfoisderivedfrom tests (6.92 KB, patch)
2004-01-16 00:14 UTC, Curt Arnold
Details

Description Curt Arnold 2003-12-05 19:39:59 UTC
Examining a coverage map of the Xerces-J L/S implementation, the tests as of 
this bug report do not exercise the following methods and scenarios:


DOMOutputImpl.setCharacterStream
DOMOutputImpl.setSystemId
DOMOutputImpl.setEncoding

DOMInputImpl.getCertifiedText
DOMInputImpl.setCertifiedText

LSParser.getFilter
LSParser.setParameter
LSParser.getParameter
LSParser.canSetParameter
LSParser.getParameterNames

LSParser.parseURI (parsing while busy, parsing with error handler)
LSParser.parse (parsing while busy, parsing with error handler)
LSParser.getAsync
LSParser.getBusy
LSParser.abort (while busy)

LSSerializer.setParameter
LSSerializer.getParameterNames
LSSerializer.getParameter

No serialization of XML 1.1 documents
LSSerializer.writeToString(null)
LSSerializer.writeToString(DocumentFragment node)
LSSerializer.writeToString(Element node)
LSSerializer.writeToString(unsupported node)
LSSerializer.setNewLine
LSSerializer.getNewLine
LSSerializer.write(null, output)
LSSerializer.write : XML 1.1 document
LSSerializer.write to URI
LSSerializer.write to character stream
LSSerializer.write(Document, output)
LSSerializer.write(DocumentFragment, output)
LSSerializer.write(unsupported, output)
LSSerializer.write() throwing exception during serialization
LSSerializer.writeToURI
Comment 1 Curt Arnold 2003-12-09 03:21:39 UTC
Created attachment 79 [details]
Additional L&S tests, mostly config tests
Comment 2 Curt Arnold 2003-12-18 19:58:11 UTC
Created attachment 127 [details]
Adds DOMBuilderTest8 which parses a URI with a missing resource
Comment 3 Curt Arnold 2004-01-11 23:21:19 UTC
Created attachment 178 [details]
Initial L3 Core tests for DOMConfiguration
Comment 4 Curt Arnold 2004-01-11 23:54:33 UTC
Created attachment 180 [details]
Adds hc_namednodemapinvalidtype1.xml

This test attempts to add an element to an attribute and expects a
HIERARCHY_REQUEST_ERR.
Comment 5 Curt Arnold 2004-01-12 00:04:42 UTC
Created attachment 181 [details]
L2 Core tests hc_nodedocumentfragmentnormalization1 & 2
Comment 6 Curt Arnold 2004-01-12 00:08:00 UTC
Created attachment 182 [details]
L3 XPath: XPathEvaluator_evaluate_TYPE_ERR

Performs an XPath request specifying the result type as a number when the query
isn't one.
Comment 7 Curt Arnold 2004-01-13 00:00:28 UTC
Created attachment 185 [details]
L1 tests for NamedNodeMap.removeNamedItem and setNamedItem
Comment 8 Curt Arnold 2004-01-13 00:08:52 UTC
Created attachment 186 [details]
L2 Core tests for NamedNodeMap.removeNamedItemNS and setNamedItemNS
Comment 9 Curt Arnold 2004-01-13 00:35:49 UTC
Created attachment 187 [details]
L3 Core: Attr.getSchemaTypeInfo and DOMStringList.contains tests
Comment 10 Curt Arnold 2004-01-13 13:03:44 UTC
Created attachment 188 [details]
L3 Core: Element.schemaTypeInfo and TypeInfo.isDerivedFrom tests
Comment 11 Curt Arnold 2004-01-13 19:01:45 UTC
Created attachment 189 [details]
Refinement of TypeInfo.isDerivedFrom tests
Comment 12 Curt Arnold 2004-01-13 20:23:17 UTC
Created attachment 190 [details]
L3 Core: hasFeature tests, domconfig metadata tweaks, hc_staff.svg
Comment 13 Curt Arnold 2004-01-13 20:26:46 UTC
Created attachment 191 [details]
L1 Core Add hc_elementnormalize2, tweak hc_elementnormalize
Comment 14 Curt Arnold 2004-01-14 00:21:04 UTC
Created attachment 192 [details]
Missing greater-than in internal subset in hc_staff.svg
Comment 15 Curt Arnold 2004-01-14 01:29:29 UTC
Created attachment 193 [details]
Fixes for hc_documentnormalize2
Comment 16 Curt Arnold 2004-01-15 15:56:45 UTC
Created attachment 194 [details]
L3 Core: additional typeinfoisderivedfrom tests and minor fixes
Comment 17 Curt Arnold 2004-01-16 00:14:05 UTC
Created attachment 195 [details]
Fixes for the previous typeinfoisderivedfrom tests