Module: wine Branch: master Commit: d82f3f37a2160fbacc852152eefe6a464bdfac87 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d82f3f37a2160fbacc852152ee...
Author: Juan Lang juan.lang@gmail.com Date: Thu Sep 6 10:00:36 2007 -0700
crypt32: Remove a misplaced todo_wine.
---
dlls/crypt32/tests/chain.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c index 4f71b99..bf8a1c5 100644 --- a/dlls/crypt32/tests/chain.c +++ b/dlls/crypt32/tests/chain.c @@ -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());