Closed
Bug 1430973
Opened 8 years ago
Closed 8 years ago
Add a regression test for bug 1428538
Categories
(Core :: Security: PSM, enhancement)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Since bug 1428538 is already closed, a new separate bug would be more preferable to make the bug-tracking clearer.
Comment 1•8 years ago
|
||
Masatoshi, which files should be affected here? Also which exact steps should be done to test that data is still present?
Flags: needinfo?(VYV03354)
| Assignee | ||
Comment 2•8 years ago
|
||
${ProfileDir}\cert9.db and ${ProfileDir}\key4.db. See attachment 8942409 [details] [diff] [review] about a proposed test.
Flags: needinfo?(VYV03354)
| Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8945826 [details]
Bug 1430973 - Reression test to make sure non-ASCII file paths work.
https://reviewboard.mozilla.org/r/215930/#review221788
LGTM, but please add a comment in the test explaining what it's for.
::: security/manager/ssl/tests/unit/test_nonascii_path.js:19
(Diff revision 1)
> +file.initWithPath(profd);
> +file.append("'÷1");
> +env.set("XPCSHELL_TEST_PROFILE_DIR", file.path);
> +
> +file = do_get_profile(); // must be called before getting nsIX509CertDB
> +Assert.ok(/[^\x20-\x7f]/.test(file.path), "the profile path should contain an non-ASCII character");
nit: "a non-ASCII character"
Attachment #8945826 -
Flags: review?(dkeeler) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → VYV03354
Status: NEW → ASSIGNED
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/3400bd30ef04
Reression test to make sure non-ASCII file paths work. r=keeler
Comment 7•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•