Juan Lang : crypt32: Fix a failing test on Windows, and remove TODO_ERROR since Wine's implemenation already matches.

Alexandre Julliard julliard at winehq.org
Fri Oct 24 08:12:39 CDT 2008


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Oct 23 17:12:05 2008 -0700

crypt32: Fix a failing test on Windows, and remove TODO_ERROR since Wine's implemenation already matches.

---

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

diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c
index fc9768b..8133c1c 100644
--- a/dlls/crypt32/tests/chain.c
+++ b/dlls/crypt32/tests/chain.c
@@ -1539,7 +1539,8 @@ static ChainCheck chainCheck[] = {
      { CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus10 }, 0 },
  { { sizeof(chain12) / sizeof(chain12[0]), chain12 },
    { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
-     { CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus12 }, TODO_ERROR },
+     { CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_IS_NOT_SIGNATURE_VALID, 0 },
+     1, simpleStatus12 }, 0 },
  { { sizeof(chain13) / sizeof(chain13[0]), chain13 },
    { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
      { CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus13 },




More information about the wine-cvs mailing list