crypt32/tests: Fix a failing test on 2000.

Nicolas Le Cam niko.lecam at gmail.com
Mon Nov 10 11:44:40 CST 2008


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

diff --git a/dlls/crypt32/tests/main.c b/dlls/crypt32/tests/main.c
index 67d4725..7a7d458 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
-- 
1.5.6.3


--=-MIV2DQ+XnBd8YhVWKkyi--




More information about the wine-patches mailing list