crypt32/tests: Fix the spelling of an ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
86e0a2489a
commit
2fa950f6b7
|
@ -316,7 +316,7 @@ static void test_query_object(void)
|
|||
ret = CryptQueryObject(CERT_QUERY_OBJECT_BLOB, &blob,
|
||||
CERT_QUERY_CONTENT_FLAG_ALL, CERT_QUERY_FORMAT_FLAG_ALL, 0, NULL, &content_type,
|
||||
NULL, NULL, NULL, NULL);
|
||||
ok(!ret, "CryptQueryObject succeded\n");
|
||||
ok(!ret, "CryptQueryObject succeeded\n");
|
||||
ok(GetLastError() == CRYPT_E_NO_MATCH, "Unexpected error %lu.\n", GetLastError());
|
||||
SetEnvironmentVariableW(L"TMP", tmp_path);
|
||||
|
||||
|
|
Loading…
Reference in New Issue