Damjan Jovanovic : ws2_32: Remove an unneeded todo_wine.

Alexandre Julliard julliard at winehq.org
Thu Dec 19 16:00:05 CST 2019


Module: wine
Branch: master
Commit: 6e7f357b65ff31603aaf7e92660658e9a032e513
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6e7f357b65ff31603aaf7e92660658e9a032e513

Author: Damjan Jovanovic <damjan.jov at gmail.com>
Date:   Thu Dec 19 04:02:47 2019 +0200

ws2_32: Remove an unneeded todo_wine.

Signed-off-by: Damjan Jovanovic <damjan.jov at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ws2_32/tests/sock.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index cd97aae4bb..60c5dfc63f 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -3048,9 +3048,8 @@ static void test_WSAEnumNetworkEvents(void)
                     "Test[%d]: WSAEnumNetworkEvents failed\n", i);
                 if (i >= 1 && j == 0) /* FD_WRITE is SET on first try for UDP and connected TCP */
                 {
-                    todo_wine_if (i == 0) /* Remove when fixed */
-                        ok (net_events.lNetworkEvents == FD_WRITE, "Test[%d]: expected 2, got %d\n",
-                            i, net_events.lNetworkEvents);
+                    ok (net_events.lNetworkEvents == FD_WRITE, "Test[%d]: expected 2, got %d\n",
+                        i, net_events.lNetworkEvents);
                 }
                 else
                 {




More information about the wine-cvs mailing list