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 445 - Add fail construct to test language
Summary: Add fail construct to test language
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 17:45 UTC by Curt Arnold
Modified: 2003-12-23 03:27 UTC (History)
0 users

See Also:


Attachments
Adds fail construct (6.81 KB, patch)
2003-12-22 22:22 UTC, Curt Arnold
Details

Description Curt Arnold 2003-12-22 17:45:41 UTC
The addition of a try construct increases the usefulness of a fail construct.  
Though the same action could be accomplished using 

<assertTrue value="false" id="fail_now"/>

But that is pretty kludgy
Comment 1 Curt Arnold 2003-12-22 22:22:30 UTC
Created attachment 140 [details]
Adds fail construct