secur32/tests: Relax the certificate check a little.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
deaad0f90a
commit
a0fe286174
|
@ -640,7 +640,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 == 3, "cert_cnt = %u\n", cert_cnt);
|
||||
ok(incl_remote, "context does not contain cert itself\n");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue