Closed Bug 585784 Opened 14 years ago Closed 14 years ago

Make Mozmill-test testTabsDismissedOnStop local

Categories

(Mozilla QA Graveyard :: Mozmill Tests, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: u279076, Assigned: u279076)

References

Details

(Whiteboard: [litmus-data])

Attachments

(1 file, 2 obsolete files)

Module: testPrivateBrowsing/testTabsDismissedOnStop.js
Test-page: Use any 1 page from test-files/layout/mozilla*
Blocks: 579965
Assignee: nobody → anthony.s.hughes
Status: NEW → ASSIGNED
Attached patch Patch v1 (default) (obsolete) — Splinter Review
Attachment #464982 - Flags: review?(aaron.train)
Attachment #464982 - Flags: review?(aaron.train) → review+
Attachment #464982 - Flags: review?(hskupin)
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+
Attached patch Patch v2 (default) (obsolete) — Splinter Review
Attachment #464982 - Attachment is obsolete: true
Attachment #465038 - Flags: review?(hskupin)
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+
Attached patch Patch v3Splinter 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: 14 years ago
Resolution: --- → FIXED
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
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: