https://git.reactos.org/?p=reactos.git;a=commitdiff;h=68490c16133faded90c9bc...
commit 68490c16133faded90c9bcbe064c2a0e2e72bad1 Author: Victor Perevertkin victor.perevertkin@reactos.org AuthorDate: Fri Dec 20 02:52:30 2019 +0300 Commit: Victor Perevertkin victor@perevertkin.ru CommitDate: Mon Dec 30 14:57:58 2019 +0200
[WINHTTP_WINETEST] Restore test_persistent_connection execution This reverts commit a22031d ROSTESTS-295 --- modules/rostests/winetests/winhttp/notification.c | 11 ----------- 1 file changed, 11 deletions(-)
diff --git a/modules/rostests/winetests/winhttp/notification.c b/modules/rostests/winetests/winhttp/notification.c index 75bfc648808..e2bbb714fe9 100644 --- a/modules/rostests/winetests/winhttp/notification.c +++ b/modules/rostests/winetests/winhttp/notification.c @@ -1037,18 +1037,7 @@ START_TEST (notification) return; }
-#ifdef __REACTOS__ -if (!winetest_interactive) -{ - skip("Skipping test_persistent_connection due to hang. See ROSTESTS-295.\n"); -} -else -{ - test_persistent_connection( si.port ); -} -#else test_persistent_connection( si.port ); -#endif
/* send the basic request again to shutdown the server thread */ test_basic_request( si.port, NULL, quitW );