зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1470455 - Add the 'expected' arguments to throws/rejects for security/manager/ssl/tests/unit/test_sts_parser.js. r=keeler
MozReview-Commit-ID: 7eXMuESG1nF --HG-- extra : rebase_source : 0297376918f141cc7fc36b17192deb4f85e9cf00
This commit is contained in:
Родитель
d42be1aa80
Коммит
312a9dd7f5
|
@ -34,7 +34,7 @@ function testFailure(header) {
|
|||
sss.processHeader(Ci.nsISiteSecurityService.HEADER_HSTS, dummyUri, header,
|
||||
sslStatus, 0, sss.SOURCE_ORGANIC_REQUEST, {}, maxAge,
|
||||
includeSubdomains);
|
||||
}, "Parsed invalid header: " + header);
|
||||
}, /NS_ERROR_FAILURE/, "Parsed invalid header: " + header);
|
||||
}
|
||||
|
||||
function run_test() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче