Closed
Bug 164250
Opened 23 years ago
Closed 23 years ago
Instrument the PrintEngine for print testing
Categories
(Core :: Printing: Output, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.2beta
People
(Reporter: rods, Assigned: rods)
Details
Attachments
(1 file, 1 obsolete file)
|
13.75 KB,
patch
|
dcone
:
review+
kinmoz
:
superreview+
|
Details | Diff | Splinter Review |
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.1alpha
| Assignee | ||
Comment 1•23 years ago
|
||
This impls and add in the macros for "failure testing" of printing. Printing
can now be asked to fail at various points in execution.
The code in PrintEngine checks to see if the tests are being run and whether it
should fail. If so, then it returns an error condition just like it would if
the the actual error condition actually existed.
This way we can check using the debug plugin whether all the failure cases are
working correctly.
Comment 2•23 years ago
|
||
Comment on attachment 96697 [details] [diff] [review]
patch v1
r=dcone
Attachment #96697 -
Flags: review+
| Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.1alpha → mozilla1.2beta
| Assignee | ||
Comment 3•23 years ago
|
||
fixed up a few idefs
Attachment #96697 -
Attachment is obsolete: true
Comment 4•23 years ago
|
||
Comment on attachment 97627 [details] [diff] [review]
patch v2
r=dcone
Attachment #97627 -
Flags: review+
Attachment #97627 -
Flags: superreview+
| Assignee | ||
Comment 6•23 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•