crypt32: Change expected behavior of a test to match Windows Vista/2008.

This commit is contained in:
Juan Lang 2008-10-23 17:20:35 -07:00 committed by Alexandre Julliard
parent 12a848e54b
commit cd434dd992
1 changed files with 1 additions and 2 deletions

View File

@ -1573,8 +1573,7 @@ static ChainCheck chainCheckNoStore[] = {
0 },
{ { sizeof(chain8) / sizeof(chain8[0]), chain8 },
{ { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
{ CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT |
CERT_TRUST_IS_NOT_TIME_VALID, 0 },
{ CERT_TRUST_IS_PARTIAL_CHAIN, 0 },
1, simpleStatus8NoStore },
TODO_ERROR | TODO_INFO },
};