mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[SECUR32_WINETEST] Update for new WineHQ certificate
Cherry-pick
16254af818
CORE-17088
This commit is contained in:
parent
d424a0e088
commit
9f6442ffbe
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue