Commit 2b8cad32 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

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

parent aefe637b
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment