зеркало из https://github.com/mozilla/gecko-dev.git
bug 1286067 - add missing parameter for second test case added in bug 1284840 r=emk
MozReview-Commit-ID: 3aQBZeGLjxn --HG-- extra : rebase_source : bff6a016e806aaec3b79e3aa2ff29fa33ba6663c
This commit is contained in:
Родитель
0e41fdd181
Коммит
48c3eabeea
|
@ -234,7 +234,7 @@ add_task(function* () {
|
|||
port, Cr.NS_OK, {isPrivate: true});
|
||||
// make sure that we remember the TLS intolerance
|
||||
yield startClient("server: fallback only, client: second try after fallback success, private",
|
||||
port, Cr.NS_OK);
|
||||
port, Cr.NS_OK, {isPrivate: true});
|
||||
});
|
||||
|
||||
do_register_cleanup(function() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче