secur32/tests: Relax the certificate check a little.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2016-05-24 23:11:08 +09:00
parent deaad0f90a
commit a0fe286174

View file

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