Closed
Bug 1053616
Opened 11 years ago
Closed 11 years ago
Remove uses of PR_SetError from mozilla::pkix test suite
Categories
(Core :: Security: PSM, defect)
Core
Security: PSM
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: briansmith, Assigned: briansmith)
Details
Attachments
(1 file)
8.36 KB,
patch
|
keeler
:
review+
|
Details | Diff | Splinter Review |
See patch. The tests never use PR_GetError() after calling these functions so there's no reason to reason to call PR_SetError.
Attachment #8472773 -
Flags: review?(dkeeler)
![]() |
||
Comment 1•11 years ago
|
||
Comment on attachment 8472773 [details] [diff] [review]
remove-PR_SetError-from-tests.patch
Review of attachment 8472773 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM.
Attachment #8472773 -
Flags: review?(dkeeler) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•