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 403 - nodenormalize01 doesn't work at all
Summary: nodenormalize01 doesn't work at all
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: DOM Level 2 (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-09 12:39 UTC by Andrew Clover
Modified: 2003-12-23 04:51 UTC (History)
0 users

See Also:


Attachments
nodenormalize01 patch (4.56 KB, patch)
2003-12-09 12:42 UTC, Andrew Clover
Details

Description Andrew Clover 2003-12-09 12:39:56 UTC
The test nodenormalize01 in current CVS is broken:

- it inserts the same text and entRef nodes into multiple parents without
cloning (so they end in the last parent, the others remaining empty).

- it only tests obj element1, repeatedly, where it is clearly meaning to test
all the elements.
Comment 1 Andrew Clover 2003-12-09 12:42:15 UTC
Created attachment 81 [details]
nodenormalize01 patch

This patch makes nodenormalize01 happy on my own Python test harness - have not
tested with the Java framework.
Comment 2 Curt Arnold 2003-12-22 23:51:42 UTC
Applied patch