Juan Lang : crypt32/tests: Fix test failures on Win98/NT4.

Alexandre Julliard julliard at winehq.org
Thu Oct 21 10:50:49 CDT 2010


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

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Oct 21 05:09:24 2010 -0700

crypt32/tests: Fix test failures on Win98/NT4.

---

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

diff --git a/dlls/crypt32/tests/str.c b/dlls/crypt32/tests/str.c
index ff652f3..8dbc60f 100644
--- a/dlls/crypt32/tests/str.c
+++ b/dlls/crypt32/tests/str.c
@@ -287,8 +287,6 @@ static void test_CertRDNValueToStrW(void)
        { sizeof(bin6), bin6 }, localhostW },
      { "1.2.840.113549.1.9.1", CERT_RDN_IA5_STRING,
        { sizeof(bin7), bin7 }, aricW },
-     { "2.5.4.3", CERT_RDN_UTF8_STRING,
-       { sizeof(bin8), bin8 }, ePKIW },
     };
     DWORD i, ret;
     WCHAR buffer[2000];




More information about the wine-cvs mailing list