Commit a0fe2861 authored by Alexandre Julliard's avatar Alexandre Julliard

secur32/tests: Relax the certificate check a little.

parent deaad0f9
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment