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 446 - Test results matrix
Summary: Test results matrix
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: Process (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-22 22:24 UTC by Curt Arnold
Modified: 2004-03-10 09:02 UTC (History)
1 user (show)

See Also:


Attachments
Add L2 core to results matrix (2.70 KB, patch)
2003-12-22 22:26 UTC, Curt Arnold
Details
Added description to impls in results matrix, more Java impl (41.54 KB, patch)
2004-02-09 14:02 UTC, Curt Arnold
Details

Description Curt Arnold 2003-12-22 22:24:17 UTC
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.
Comment 1 Curt Arnold 2003-12-22 22:26:32 UTC
Created attachment 141 [details]
Add L2 core to results matrix
Comment 2 Curt Arnold 2004-02-09 14:02:05 UTC
Created attachment 219 [details]
Added description to impls in results matrix, more Java impl
Comment 3 Bob Clary 2004-02-11 14:11:29 UTC
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.
Comment 4 Curt Arnold 2004-03-10 04:02:46 UTC
Last comment is out of date.  Current test submission works fine with me after 
patching jsUnitServer to handle nulls in messages.