[CREDUI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912

svn path=/trunk/; revision=70855
This commit is contained in:
Amine Khaldi 2016-03-01 19:30:48 +00:00
parent 43c1223262
commit 7b83519263

View file

@ -73,7 +73,7 @@ static void test_CredUIPromptForCredentials(void)
sizeof(username)/sizeof(username[0]),
password, sizeof(password)/sizeof(password[0]),
NULL, CREDUI_FLAGS_SHOW_SAVE_CHECK_BOX);
ok(ret == ERROR_INVALID_PARAMETER, "CredUIPromptForCredentials should have returned ERROR_INVALID_FLAGS instead of %d\n", ret);
ok(ret == ERROR_INVALID_PARAMETER, "CredUIPromptForCredentials should have returned ERROR_INVALID_PARAMETER instead of %d\n", ret);
if (winetest_interactive)
{