Closed
Bug 789248
Opened 13 years ago
Closed 13 years ago
fix failing social tests
Categories
(Firefox Graveyard :: SocialAPI, defect)
Tracking
(firefox17 fixed)
RESOLVED
FIXED
Firefox 18
Tracking | Status | |
---|---|---|
firefox17 | --- | fixed |
People
(Reporter: mixedpuppy, Assigned: mixedpuppy)
References
Details
(Whiteboard: [Fx17])
Attachments
(1 file)
3.25 KB,
patch
|
Felipe
:
review+
lsblakk
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Our tests are throwing an exception on social_panel.html accessing mozSocial. This is caused when our tests remove the test provider prior to the panel finishing it's load. The test code is setting a status panel during social.initialize, but none of the tests are verifying it is ready or shutdown, except the one test that uses it.
On occasion, it is also showing up during try runs for unrelated social patches.
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → mixedpuppy
Whiteboard: [Fx17]
Assignee | ||
Comment 1•13 years ago
|
||
also fixes an https error in local testing when accessing example1.com
Attachment #658974 -
Flags: review?(felipc)
Updated•13 years ago
|
Attachment #658974 -
Flags: review?(felipc) → review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 2•13 years ago
|
||
Comment on attachment 658974 [details] [diff] [review]
test fixes
[Approval Request Comment]
fixes tests in aurora
Attachment #658974 -
Flags: approval-mozilla-aurora?
Comment 3•13 years ago
|
||
Updated•13 years ago
|
Keywords: checkin-needed
![]() |
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
Updated•13 years ago
|
Attachment #658974 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 5•13 years ago
|
||
status-firefox17:
--- → fixed
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•