https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9f6442ffbe3e576c37b65…
commit 9f6442ffbe3e576c37b65c8674ba1c2e7d21b2aa
Author: Serge Gautherie <reactos-git_serge_171003(a)gautherie.fr>
AuthorDate: Mon Jun 8 19:41:32 2020 +0200
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Mon Jun 8 20:32:52 2020 +0200
[SECUR32_WINETEST] Update for new WineHQ certificate
Cherry-pick
https://source.winehq.org/git/wine.git/commit/16254af818095216e10aee4d9032a…
CORE-17088
---
modules/rostests/winetests/secur32/schannel.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/secur32/schannel.c
b/modules/rostests/winetests/secur32/schannel.c
index 217dbe8dfaa..315133659fe 100644
--- a/modules/rostests/winetests/secur32/schannel.c
+++ b/modules/rostests/winetests/secur32/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");
}