Closed
Bug 585784
Opened 15 years ago
Closed 15 years ago
Make Mozmill-test testTabsDismissedOnStop local
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: u279076, Assigned: u279076)
References
Details
(Whiteboard: [litmus-data])
Attachments
(1 file, 2 obsolete files)
4.08 KB,
patch
|
Details | Diff | Splinter Review |
Module: testPrivateBrowsing/testTabsDismissedOnStop.js
Test-page: Use any 1 page from test-files/layout/mozilla*
Attachment #464982 -
Flags: review?(aaron.train)
Updated•15 years ago
|
Attachment #464982 -
Flags: review?(aaron.train) → review+
Attachment #464982 -
Flags: review?(hskupin)
Comment 2•15 years ago
|
||
Comment on attachment 464982 [details] [diff] [review]
Patch v1 (default)
>+const LOCAL_TEST_PAGES = [
>+ {url: LOCAL_TEST_FOLDER + 'layout/mozilla.html', id: 'organization'},
>+ {url: 'about:', id: 'aboutPageList'}
>+ ];
Array declarations should indent with 2 spaces.
> var setupModule = function(module)
> {
Can you move up the opening bracket for all functions and remove module?
>+ for (var i=0; i<LOCAL_TEST_PAGES.length; i++) {
nit: Add spaces round those operators.
r=me with those comments addressed.
Attachment #464982 -
Flags: review?(hskupin) → review+
Attachment #464982 -
Attachment is obsolete: true
Attachment #465038 -
Flags: review?(hskupin)
Comment 4•15 years ago
|
||
Comment on attachment 465038 [details] [diff] [review]
Patch v2 (default)
>+const LOCAL_TEST_PAGES = [
>+ {url: LOCAL_TEST_FOLDER + 'layout/mozilla.html', id: 'organization'},
>+ {url: 'about:', id: 'aboutPageList'}
>+ ];
Still miss the 2 blank indentation change. Please fix that before the check-in.
Attachment #465038 -
Flags: review?(hskupin) → review+
Attachment #465038 -
Attachment is obsolete: true
(In reply to comment #5)
> Created attachment 465069 [details] [diff] [review]
> Patch v3
Landed:
http://hg.mozilla.org/qa/mozmill-tests/rev/7d5a11acfef4 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/ff0ccb2da1b0 (mozilla1.9.2)
http://hg.mozilla.org/qa/mozmill-tests/rev/8a7873bbfe8b (mozilla1.9.1)
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 7•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
Updated•6 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
•