mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[CREDUI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
svn path=/trunk/; revision=70855
This commit is contained in:
parent
43c1223262
commit
7b83519263
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue