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

Alexandre Julliard julliard at winehq.org
Fri Aug 7 10:42:30 CDT 2020


Module: wine
Branch: stable
Commit: b96ba1f645f759d331a451cc2d1db547ebb94c85
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b96ba1f645f759d331a451cc2d1db547ebb94c85

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>
(cherry picked from commit 16254af818095216e10aee4d9032a8def3ac3344)
Signed-off-by: Michael Stefaniuc <mstefani 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 217dbe8dfa..315133659f 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