https://git.reactos.org/?p=reactos.git;a=commitdiff;h=89670a48aba0939f5ca2b2cc2e0ed29918a337ae
commit 89670a48aba0939f5ca2b2cc2e0ed29918a337ae Author: Pierre Schweitzer <[email protected]> AuthorDate: Wed Jan 24 15:55:38 2018 +0100 Commit: Pierre Schweitzer <[email protected]> CommitDate: Wed Jan 24 15:56:49 2018 +0100 [WINHTTP_WINETEST] Properly re-add the ROS diff removed during last winesync. This avoids timeouts in the winhttp:notification test. ROSTESTS-295 CORE-14248 --- modules/rostests/winetests/winhttp/notification.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/rostests/winetests/winhttp/notification.c b/modules/rostests/winetests/winhttp/notification.c index bcb7a0b318..2322eae0a7 100644 --- a/modules/rostests/winetests/winhttp/notification.c +++ b/modules/rostests/winetests/winhttp/notification.c @@ -1043,6 +1043,7 @@ if (!winetest_interactive) { skip("Skipping test_persistent_connection due to hang. See ROSTESTS-295.\n"); } +else #endif test_persistent_connection( si.port );
