Closed
Bug 861209
Opened 12 years ago
Closed 10 years ago
Refactor tests where applicable with consistent use of double-quotes
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jfrench, Unassigned, Mentored)
References
()
Details
(Whiteboard: [lang=js])
Begat from Henrik's comments in bug 848649, where I was in some cases 'reusing' legacy code for paths which had used single quotes - we'd like to have consistent application of double quotes for all paths for all tests, across the repo.
::: tests/functional/testSecurity/testGreyLarry.js
@@ +6,5 @@
> var { assert, expect } = require("../../../lib/assertions");
> var utils = require("../../../lib/utils");
>
> +const BASE_URL = collector.addHttpResource("../../../data/");
> +const TEST_URL = BASE_URL + 'layout/mozilla.html';
>
> Can you file a follow-up bug re consistency for double and single quotes?
> We shouldn't mix them.
This bug represents that future work.
Reporter | ||
Comment 1•11 years ago
|
||
I haven't had time to look at this bug so unassigning myself for now, in case someone else wants to take it. Or maybe we just close the bug, acknowledging that as the code evolves, the correct quoting usage will be enforced during code reviews. The code will just eventually transition to the desired state.
Assignee: tojonmz → nobody
Updated•11 years ago
|
Status: ASSIGNED → NEW
Assignee | ||
Updated•10 years ago
|
Mentor: hskupin
Whiteboard: [mentor=whimboo][lang=js] → [lang=js]
Reporter | ||
Comment 2•10 years ago
|
||
I'm inclined to mark this wontfix in the context of an eventual migration to marionette, and ongoing best practices anyway. Less bugs equals less triage of old bugs :) If anyone disagrees feel free to reopen.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
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
•