Jacek Caban : winhttp/tests: Get rid of unneeded Sleep() call.

Alexandre Julliard julliard at winehq.org
Mon Jul 3 15:56:46 CDT 2017


Module: wine
Branch: master
Commit: fc33e982d79a9e791e0b22accf7fc72934076dd2
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fc33e982d79a9e791e0b22accf7fc72934076dd2

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Jun 30 18:04:22 2017 +0200

winhttp/tests: Get rid of unneeded Sleep() call.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winhttp/tests/notification.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/winhttp/tests/notification.c b/dlls/winhttp/tests/notification.c
index 5d76d12..0f0f7b8 100644
--- a/dlls/winhttp/tests/notification.c
+++ b/dlls/winhttp/tests/notification.c
@@ -604,6 +604,5 @@ START_TEST (notification)
 {
     test_connection_cache();
     test_redirect();
-    Sleep(2000); /* make sure previous connection is evicted from cache */
     test_async();
 }




More information about the wine-cvs mailing list