crypt32(11/17): Remove a misplaced todo_wine

Juan Lang juan.lang at gmail.com
Thu Sep 6 12:08:31 CDT 2007


--Juan
-------------- next part --------------
From 03e5a5a0cb35965e46736d559e0cf9f9f87682c7 Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Thu, 6 Sep 2007 10:00:36 -0700
Subject: [PATCH] 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());
-- 
1.4.1


More information about the wine-patches mailing list