crypt32: Remove a misplaced todo_wine.

This commit is contained in:
Juan Lang 2007-09-06 10:00:36 -07:00 committed by Alexandre Julliard
parent 69834b16ac
commit d82f3f37a2
1 changed files with 0 additions and 1 deletions

View File

@ -1660,7 +1660,6 @@ static void testGetCertChain(void)
*/
cert = CertCreateCertificateContext(X509_ASN_ENCODING, bigCert,
sizeof(bigCert));
todo_wine
ret = CertGetCertificateChain(NULL, cert, NULL, NULL, NULL, 0, NULL, NULL);
ok(!ret && GetLastError() == E_INVALIDARG,
"Expected E_INVALIDARG, got %08x\n", GetLastError());