Juan Lang : crypt32: Remove an error that no longer fails.

Alexandre Julliard julliard at winehq.org
Thu Oct 9 07:43:01 CDT 2008


Module: wine
Branch: master
Commit: 742c1a37f30d0e14b81f0d5834333f703345d84d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=742c1a37f30d0e14b81f0d5834333f703345d84d

Author: Juan Lang <juan.lang at gmail.com>
Date:   Wed Oct  8 13:57:00 2008 -0700

crypt32: Remove an error that no longer fails.

---

 dlls/crypt32/tests/chain.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c
index ad3a071..1a10702 100644
--- a/dlls/crypt32/tests/chain.c
+++ b/dlls/crypt32/tests/chain.c
@@ -1560,7 +1560,7 @@ static ChainCheck chainCheckNoStore[] = {
    { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
      { CERT_TRUST_IS_NOT_TIME_VALID | CERT_TRUST_IS_UNTRUSTED_ROOT, 0 },
      1, selfSignedSimpleStatus },
-   TODO_ERROR },
+   0 },
  { { sizeof(chain8) / sizeof(chain8[0]), chain8 },
    { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
      { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT |




More information about the wine-cvs mailing list