Closed
Bug 599148
Opened 14 years ago
Closed 14 years ago
Split testPasswordNotSaved.js into two modules
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: u279076, Assigned: vladmaniac)
References
Details
Attachments
(2 files)
(deleted),
patch
|
u279076
:
review+
whimboo
:
review-
|
Details | Diff | Splinter Review |
(deleted),
patch
|
whimboo
:
review+
|
Details | Diff | Splinter Review |
File: firefox/testPasswordManager/testPasswordNotSaved.js
This test module consists of two tests:
* testPasswordNotificationBar()
* testPasswordNotSaved()
These should be split into two separate test modules. I recommend moving testPasswordNotificationBar() to its own module.
Comment 1•14 years ago
|
||
Move of Mozmill Test related project bugs to newly created components. You can
filter out those emails by using "Mozmill-Tests-to-MozillaQA" as criteria.
Product: Testing → Mozilla QA
Comment 2•14 years ago
|
||
Vlad, that's one of the tests we have to split out.
A Pivotal Tracker story has been created for this Bug: https://www.pivotaltracker.com/story/show/13242923
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → vlad.maniac
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #531617 -
Flags: review?(hskupin)
Attachment #531617 -
Flags: review?(anthony.s.hughes)
Assignee | ||
Comment 5•14 years ago
|
||
Comment on attachment 531617 [details] [diff] [review]
Patch v1.0
Review of attachment 531617 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #531617 -
Flags: review?(hskupin)
Comment on attachment 531617 [details] [diff] [review]
Patch v1.0
Review of attachment 531617 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine to me -- tested ok on Mac. r+
Over to Henrik for additional review.
Attachment #531617 -
Flags: review?(hskupin)
Attachment #531617 -
Flags: review?(anthony.s.hughes)
Attachment #531617 -
Flags: review+
Comment 7•14 years ago
|
||
Comment on attachment 531617 [details] [diff] [review]
Patch v1.0
Thanks for the patch Vlad. There are only some small things we should do.
>+++ b/tests/functional/testPasswordManager/testPasswordNotificationBar.js Wed May 11 16:27:12 2011 +0300
>+ * Portions created by the Initial Developer are Copyright (C) 2009
Please use 2011 here.
The PasswordNotSaved test doesn't use the locationbar class, so we can remove the inclusion of the lib and any other trace.
Also please delete the comments for the litmus meta data, those are simply wrong and we don't use them anymore.
Thanks.
Attachment #531617 -
Flags: review?(hskupin) → review-
Assignee | ||
Comment 8•14 years ago
|
||
Attachment #531911 -
Flags: review?(hskupin)
Comment 9•14 years ago
|
||
Comment on attachment 531911 [details] [diff] [review]
Patch v1.1
Looks fine. Only one nit, please export the patch the next time so it already contains your user information. See our documentation how to do that.
Attachment #531911 -
Flags: review?(hskupin) → review+
Comment 10•14 years ago
|
||
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/792ecdd366ad (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/61ec80bc191c (aurora)
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 11•14 years ago
|
||
Vlad, can you also please update the Litmus tests if not done yet?
Assignee | ||
Comment 12•14 years ago
|
||
This test covers https://litmus.mozilla.org/show_test.cgi?id=15983. Marking as fixed.
Assignee | ||
Comment 13•14 years ago
|
||
Comment 14•14 years ago
|
||
Also pushed to beta:
http://hg.mozilla.org/qa/mozmill-tests/rev/2609a3b841bb
Updated•5 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•