Module: wine Branch: master Commit: 834a88fc3f4f795dc7ae45b75c6edf9fa3b5bbba URL: https://gitlab.winehq.org/wine/wine/-/commit/834a88fc3f4f795dc7ae45b75c6edf9...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Mar 11 18:11:20 2024 +0100
secur32/tests: Update count for new winehq.org certificate.
---
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 c3e9314c5e8..412d3703453 100644 --- a/dlls/secur32/tests/schannel.c +++ b/dlls/secur32/tests/schannel.c @@ -535,7 +535,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert) cert_cnt++; }
- ok(cert_cnt == 3, "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"); }