Alexandre Julliard : secur32/tests: Update for new WineHQ certificate.

Alexandre Julliard julliard at winehq.org
Fri Jun 5 14:16:52 CDT 2020


Module: wine
Branch: master
Commit: 16254af818095216e10aee4d9032a8def3ac3344
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=16254af818095216e10aee4d9032a8def3ac3344

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Jun  5 19:23:31 2020 +0200

secur32/tests: Update for new WineHQ certificate.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/secur32/tests/schannel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/secur32/tests/schannel.c b/dlls/secur32/tests/schannel.c
index d51583d665..30022437bc 100644
--- a/dlls/secur32/tests/schannel.c
+++ b/dlls/secur32/tests/schannel.c
@@ -564,7 +564,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert)
         cert_cnt++;
     }
 
-    ok(cert_cnt == 4, "cert_cnt = %u\n", cert_cnt);
+    ok(cert_cnt == 2, "cert_cnt = %u\n", cert_cnt);
     ok(incl_remote, "context does not contain cert itself\n");
 }
 




More information about the wine-cvs mailing list