From ed364027e7c352904a5fb4f0cafb947daf4321bf Mon Sep 17 00:00:00 2001 From: Nicolas Le Cam Date: Mon, 10 Nov 2008 18:44:40 +0100 Subject: [PATCH] crypt32/tests: Fix a failing test on win2000. --- dlls/crypt32/tests/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/crypt32/tests/main.c b/dlls/crypt32/tests/main.c index 67d4725742b..7a7d4587696 100644 --- a/dlls/crypt32/tests/main.c +++ b/dlls/crypt32/tests/main.c @@ -452,7 +452,7 @@ static void test_format_object(void) ret = pCryptFormatObject(X509_ASN_ENCODING, 0, 0, NULL, NULL, encodedBigInt, sizeof(encodedBigInt), str, &size); ok(ret, "CryptFormatObject failed: %d\n", GetLastError()); - ok(!lstrcmpW(str, encodedBigIntStr), "unexpected format string\n"); + ok(!lstrcmpiW(str, encodedBigIntStr), "unexpected format string\n"); HeapFree(GetProcessHeap(), 0, str); } /* When called with the default encoding type for any undefined struct