mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1039031: Print name of server in TLS/OCSP tests, r=cviecco
--HG-- extra : rebase_source : 4d5ae2bdd920f29c6f820b6daf035ddb12406b12
This commit is contained in:
parent
9d0e00ee81
commit
826703fd5a
@ -298,6 +298,7 @@ function add_connection_test(aHost, aExpectedResult,
|
||||
aBeforeConnect();
|
||||
}
|
||||
connectTo(aHost).then(function(conn) {
|
||||
do_print("handling " + aHost);
|
||||
do_check_eq(conn.result, aExpectedResult);
|
||||
if (aWithSecurityInfo) {
|
||||
aWithSecurityInfo(conn.transport.securityInfo
|
||||
|
Loading…
Reference in New Issue
Block a user