mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
secur32/tests: Update test for the new certificate on winehq.org.
This commit is contained in:
parent
462f56d468
commit
0ff2fb8a4f
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ static void test_remote_cert(PCCERT_CONTEXT remote_cert)
|
|||
cert_cnt++;
|
||||
}
|
||||
|
||||
ok(cert_cnt == 2, "cert_cnt = %u\n", cert_cnt);
|
||||
ok(cert_cnt == 3, "cert_cnt = %u\n", cert_cnt);
|
||||
ok(incl_remote, "context does not contain cert itself\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue