[SECUR32_WINETEST] Update for new WineHQ certificate

Cherry-pick
16254af818

CORE-17088
This commit is contained in:
Serge Gautherie 2020-06-08 19:41:32 +02:00 committed by Mark Jansen
parent d424a0e088
commit 9f6442ffbe

View file

@ -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");
}