mirror of
https://github.com/reactos/wine.git
synced 2025-02-04 11:08:48 +00:00
winhttp/tests: Only advance to the next notification test if the function is ok.
This commit is contained in:
parent
513372f044
commit
21ff413413
@ -107,7 +107,7 @@ static void CALLBACK check_notification( HINTERNET handle, DWORD_PTR context, DW
|
||||
todo_wine ok(function_ok, "%u: expected function %u got %u\n", info->line, info->test[i].function, info->function);
|
||||
}
|
||||
}
|
||||
if (status_ok) info->index++;
|
||||
if (status_ok && function_ok) info->index++;
|
||||
if (proxy_active())
|
||||
{
|
||||
while (info->test[info->index].skipped_for_proxy)
|
||||
|
Loading…
x
Reference in New Issue
Block a user