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 1140 - ecmascript/svgunit.js misreports assertFalse failure as assertTrue
Summary: ecmascript/svgunit.js misreports assertFalse failure as assertTrue
Status: RESOLVED FIXED
Alias: None
Product: DOM TS
Classification: Unclassified
Component: ECMAScript Binding (show other bugs)
Version: unspecified
Hardware: Macintosh All
: P2 normal
Target Milestone: ---
Assignee: Curt Arnold
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-02 05:39 UTC by Curt Arnold
Modified: 2005-03-02 05:40 UTC (History)
0 users

See Also:


Attachments

Description Curt Arnold 2005-03-02 05:39:53 UTC
function assertFalse(id, actual) {
   if (actual) {
-       throw id + ": assertTrue failed";
 +      throw id + ": assertFalse failed";