Gump messages
Curt Arnold <[email protected]> Wed, 10 Mar 2004 00:42:02 -0600
| Newsgroups | gmane.comp.web.dom.test-suites.general |
|---|---|
| Message-ID | <[email protected]> |
Both of the recent Gump messages are now fixed. Two tests in the L1 HTML suite (object08 and object13) failed Java compilation due to defining 'doc' as 'Node' instead of 'Document'. It is a weakness of test-to-java which doesn't show up in the generated ECMAScript. One test in L2 Core failed validation because it did not define a return variable to removeNamedItemNS, however code generation works fine without it.