From 7b83519263a7085b6f676d8fd0b3c7d911827716 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Tue, 1 Mar 2016 19:30:48 +0000 Subject: [PATCH] [CREDUI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912 svn path=/trunk/; revision=70855 --- rostests/winetests/credui/credui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/winetests/credui/credui.c b/rostests/winetests/credui/credui.c index 1f5aa021541..01d657d5803 100644 --- a/rostests/winetests/credui/credui.c +++ b/rostests/winetests/credui/credui.c @@ -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) { -- 2.17.1