This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Test results matrix only covers Oracle and Xerces for DOM L3 drafts. This bug will be used to capture changes to extend results to other specs.
Created attachment 141 [details] Add L2 core to results matrix
Created attachment 219 [details] Added description to impls in results matrix, more Java impl
The patch to test-to-jsunit.xsl Index: transforms/test-to-jsunit.xsl =================================================================== retrieving revision 1.17 diff -u -r1.17 test-to-jsunit.xsl --- transforms/test-to-jsunit.xsl 28 Jan 2004 23:26:16 -0000 1.17 +++ transforms/test-to-jsunit.xsl 9 Feb 2004 18:56:09 -0000 @@ -208,6 +208,9 @@ <input type="submit" value="Load JSUnit"></input> </td> </tr> + <tr> + <td>Test ID:</td><td><input type="text" name="testResultsID" value=""/></td><td>Submit results:</td><td><input type="text" name="submitresults" value="false"/></td><td></td> + </tr> </table> </td> </tr> Results in problems with the current JsUnit 2 CVS trunk. I have sent a mail to Edward regarding the problems with the test result submissions in JsUnit, but please revert this patch until the JsUnit issues can be resolved.
Last comment is out of date. Current test submission works fine with me after patching jsUnitServer to handle nulls in messages.