From 89670a48aba0939f5ca2b2cc2e0ed29918a337ae Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Wed, 24 Jan 2018 15:55:38 +0100 Subject: [PATCH] [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 bcb7a0b318d..2322eae0a7b 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 );