Closed
Bug 762632
Opened 13 years ago
Closed 13 years ago
Add an assertMatches() method to BaseTest for better diagnostics
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 16
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
3.24 KB,
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
This adds better failure logging so that problems like bug 748609 are easier to diagnose.
We could also put this directly into the robocop "Assert" interface, but it seems like that interface only wants the lowest-level, most generic methods.
Attachment #631086 -
Flags: review?(bugmail.mozilla)
Comment 1•13 years ago
|
||
Comment on attachment 631086 [details] [diff] [review]
patch
Review of attachment 631086 [details] [diff] [review]:
-----------------------------------------------------------------
Good idea :)
Attachment #631086 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → Firefox 16
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•