Juan Lang : crypt32: Change expected behavior of a test to match Windows Vista/2008.

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


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

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

crypt32: Change expected behavior of a test to match Windows Vista/2008.

---

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

diff --git a/dlls/crypt32/tests/chain.c b/dlls/crypt32/tests/chain.c
index 8133c1c..cafe814 100644
--- a/dlls/crypt32/tests/chain.c
+++ b/dlls/crypt32/tests/chain.c
@@ -1573,8 +1573,7 @@ static ChainCheck chainCheckNoStore[] = {
    0 },
  { { sizeof(chain8) / sizeof(chain8[0]), chain8 },
    { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
-     { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT |
-       CERT_TRUST_IS_NOT_TIME_VALID, 0 },
+     { CERT_TRUST_IS_PARTIAL_CHAIN, 0 },
      1, simpleStatus8NoStore },
    TODO_ERROR | TODO_INFO },
 };




More information about the wine-cvs mailing list