https://git.reactos.org/?p=reactos.git;a=commitdiff;h=df84f41298c926bc91a9d1...
commit df84f41298c926bc91a9d1711946904dff83afc0 Author: Serge Gautherie reactos-git_serge_171003@gautherie.fr AuthorDate: Thu Jan 2 03:42:07 2020 +0100 Commit: Victor Perevertkin victor@perevertkin.ru CommitDate: Sun Jan 5 22:36:47 2020 +0200
[WININET_WINETEST] http: Remove ROSTESTS_73_FIXED workaround
ROSTESTS-73 --- modules/rostests/winetests/wininet/http.c | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/modules/rostests/winetests/wininet/http.c b/modules/rostests/winetests/wininet/http.c index de34a37cd6b..7b7ccd265ad 100644 --- a/modules/rostests/winetests/wininet/http.c +++ b/modules/rostests/winetests/wininet/http.c @@ -3753,11 +3753,7 @@ static void test_conn_close(int port) SET_EXPECT(INTERNET_STATUS_CONNECTION_CLOSED); SET_EXPECT(INTERNET_STATUS_REQUEST_COMPLETE); SetEvent(conn_close_event); -#ifdef ROSTESTS_73_FIXED WaitForSingleObject(complete_event, INFINITE); -#else /* ROSTESTS_73_FIXED */ - ok(WaitForSingleObject(complete_event, 5000) == WAIT_OBJECT_0, "Wait timed out\n"); -#endif /* ROSTESTS_73_FIXED */ ok(req_error == ERROR_SUCCESS, "req_error = %u\n", req_error); CLEAR_NOTIFIED(INTERNET_STATUS_RESPONSE_RECEIVED); CHECK_NOTIFIED(INTERNET_STATUS_CLOSING_CONNECTION);