Author: akhaldi
Date: Tue Mar 1 19:30:48 2016
New Revision: 70855
URL:
http://svn.reactos.org/svn/reactos?rev=70855&view=rev
Log:
[CREDUI_WINETEST] Sync with Wine Staging 1.9.4. CORE-10912
Modified:
trunk/rostests/winetests/credui/credui.c
Modified: trunk/rostests/winetests/credui/credui.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/credui/credui.c…
==============================================================================
--- trunk/rostests/winetests/credui/credui.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/credui/credui.c [iso-8859-1] Tue Mar 1 19:30:48 2016
@@ -73,7 +73,7 @@
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)
{