winhttp/tests: Only advance to the next notification test if the function is ok.

oldstable
Hans Leidekker 2014-01-29 12:05:02 +01:00 committed by Alexandre Julliard
parent 513372f044
commit 21ff413413
1 changed files with 1 additions and 1 deletions

View File

@ -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)