crypt32: Remove a misplaced todo_wine.
This commit is contained in:
parent
69834b16ac
commit
d82f3f37a2
|
@ -1660,7 +1660,6 @@ static void testGetCertChain(void)
|
||||||
*/
|
*/
|
||||||
cert = CertCreateCertificateContext(X509_ASN_ENCODING, bigCert,
|
cert = CertCreateCertificateContext(X509_ASN_ENCODING, bigCert,
|
||||||
sizeof(bigCert));
|
sizeof(bigCert));
|
||||||
todo_wine
|
|
||||||
ret = CertGetCertificateChain(NULL, cert, NULL, NULL, NULL, 0, NULL, NULL);
|
ret = CertGetCertificateChain(NULL, cert, NULL, NULL, NULL, 0, NULL, NULL);
|
||||||
ok(!ret && GetLastError() == E_INVALIDARG,
|
ok(!ret && GetLastError() == E_INVALIDARG,
|
||||||
"Expected E_INVALIDARG, got %08x\n", GetLastError());
|
"Expected E_INVALIDARG, got %08x\n", GetLastError());
|
||||||
|
|
Loading…
Reference in New Issue