Closed
Bug 856587
Opened 12 years ago
Closed 12 years ago
[SeaMonkey] test_contextmenu.html | checking item #4 (---) name - got context-openlinkinprivatewindow, expected ---
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(seamonkey2.18 fixed, seamonkey2.19 fixed)
RESOLVED
FIXED
seamonkey2.20
People
(Reporter: mcsmurf, Assigned: mcsmurf)
References
Details
Attachments
(1 file)
2.16 KB,
patch
|
neil
:
review+
InvisibleSmiley
:
approval-comm-aurora+
InvisibleSmiley
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
The mochitest-5 test test_contextmenu.html currently fails with this (and many related) test failure:
[...]
2101 INFO TEST-PASS | /tests/suite/browser/test/test_contextmenu.html | checking item #3 (context-openlink) name
2102 INFO TEST-PASS | /tests/suite/browser/test/test_contextmenu.html | checking item #3 (context-openlink) enabled state
NEXT ERROR 2103 ERROR TEST-UNEXPECTED-FAIL | /tests/suite/browser/test/test_contextmenu.html | checking item #4 (---) name - got context-openlinkinprivatewindow, expected ---
2104 ERROR TEST-UNEXPECTED-FAIL | /tests/suite/browser/test/test_contextmenu.html | checking item #5 (context-bookmarklink) name - got ---, expected context-bookmarklink
2105 ERROR TEST-UNEXPECTED-FAIL | /tests/suite/browser/test/test_contextmenu.html | checking item #5 (context-bookmarklink) enabled state - got null, expected true
2106 ERROR TEST-UNEXPECTED-FAIL | /tests/suite/browser/test/test_contextmenu.html | checking item #6 (context-savelink) name - got context-bookmarklink, expected context-savelink
2107 INFO TEST-PASS | /tests/suite/browser/test/test_contextmenu.html | checking item #6 (context-savelink) enabled state
NEXT ERROR 2108 ERROR TEST-UNEXPECTED-FAIL | /tests/suite/browser/test/test_contextmenu.html | checking item #7 (context-sendlink) name - got context-savelink, expected context-sendlink
This is because of the new "Open in private window" link, need to fix this test.
Assignee | ||
Comment 1•12 years ago
|
||
Neil: This fixes the test that has been broken by Bug 841230. The patch adds the private browsing menu item to the test and removes the send page item on links from the test.
Assignee | ||
Updated•12 years ago
|
Comment 2•12 years ago
|
||
Comment on attachment 731849 [details] [diff] [review]
Patch
Seems reasonable, given that those are the two menuitems that I changed.
Attachment #731849 -
Flags: review?(neil) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Pushed: https://hg.mozilla.org/comm-central/rev/f1db6220a939
Patch will also go to comm-aurora and comm-beta, so keeping bug open for now.
Target Milestone: --- → seamonkey2.20
Assignee | ||
Comment 4•12 years ago
|
||
I've pushed a follow-up fix to a small test issue from Bug 807326:
https://hg.mozilla.org/comm-central/rev/2fb4295da0ac
Blocks: 807326
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 731849 [details] [diff] [review]
Patch
[Approval Request Comment]
Regression caused by (bug #): Bug 807326, Bug 841230
User impact if declined: -
Testing completed (on m-c, etc.): Test fix only, works fine on comm-central
Risk to taking this patch (and alternatives if risky): no risk
String changes made by this patch: -
Attachment #731849 -
Flags: approval-comm-beta?
Attachment #731849 -
Flags: approval-comm-aurora?
Updated•12 years ago
|
Attachment #731849 -
Flags: approval-comm-beta?
Attachment #731849 -
Flags: approval-comm-beta+
Attachment #731849 -
Flags: approval-comm-aurora?
Attachment #731849 -
Flags: approval-comm-aurora+
Assignee | ||
Comment 6•12 years ago
|
||
Pushed to comm-aurora: https://hg.mozilla.org/releases/comm-aurora/rev/3f47e9178b7d
Pushed to comm-beta: https://hg.mozilla.org/releases/comm-beta/rev/6ef37899b559 (minus the fix from Comment 4 as this one did not land on beta)
status-seamonkey2.18:
--- → fixed
status-seamonkey2.19:
--- → fixed
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•