Closed
Bug 671421
Opened 13 years ago
Closed 13 years ago
Fix undefined Cu issue following landing of bug 658738
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla8
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Since the landing of bug 658738, certain tests from the SeaMonkey side now fail with "Cu is not defined" error in browser-test.js
This patch now defines Cu if Cc is undefined (as it does for Ci).
Attachment #545752 -
Flags: review?(gavin.sharp)
Updated•13 years ago
|
Attachment #545752 -
Flags: review?(gavin.sharp) → review+
Comment on attachment 545752 [details] [diff] [review]
Fix Cu issue [Checked in: Comment 1]
http://hg.mozilla.org/mozilla-central/rev/227fe17c7925
Attachment #545752 -
Attachment description: Fix Cu issue → Fix Cu issue [Checked in: Comment 1]
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Version: unspecified → Trunk
Updated•7 years ago
|
Component: BrowserTest → Mochitest
You need to log in
before you can comment on or make changes to this bug.
Description
•