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 532 - domimplementationcreatedocument03 fails due to code production
Summary: domimplementationcreatedocument03 fails due to code production
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: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-17 11:56 UTC by Curt Arnold
Modified: 2004-02-17 16:58 UTC (History)
0 users

See Also:


Attachments
Change to test-to-java.xsl (854 bytes, patch)
2004-02-17 11:57 UTC, Curt Arnold
Details

Description Curt Arnold 2004-02-17 11:56:16 UTC
test-to-java.xsl check for double values in list initializers mistakenly 
considered <member>"a.b:c"</member> as a double value and generated a call to 
the Double constructor causing the test to fail.  I've slightly improved the 
detection so that any value that does not start with a quote and contains a 
period is assumed to be a double.
Comment 1 Curt Arnold 2004-02-17 11:57:23 UTC
Created attachment 233 [details]
Change to test-to-java.xsl