[WININET_WINETEST] http: Remove ROSTESTS_73_FIXED workaround

ROSTESTS-73
This commit is contained in:
Serge Gautherie
2020-01-05 22:36:47 +02:00
committed by Victor Perevertkin
parent 6ad4f9e7bb
commit df84f41298
@@ -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);