secur32/tests: Update count for new winehq.org certificate.
This commit is contained in:
parent
38fb2f41ad
commit
834a88fc3f
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue