Module: wine Branch: master Commit: 2b8cad3235fcb186045d80013142bf4fcd6f768d URL: http://source.winehq.org/git/wine.git/?a=commit;h=2b8cad3235fcb186045d800131...
Author: Juan Lang juan.lang@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];