Rebased patch 01-Address_Change_Notification/0003

This commit is contained in:
Sebastian Lackner 2014-01-14 01:12:38 +01:00
parent 1c6aeef3b4
commit 062426558b

View File

@ -8,10 +8,10 @@ Subject: ws2_32: Add an interactive test for interface change notifications.
1 file changed, 68 insertions(+)
diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index ac6ee10..b6da0e7 100644
index 0abf732..4703e59 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -6225,6 +6225,73 @@ static void test_sioRoutingInterfaceQuery(void)
@@ -6487,6 +6487,73 @@ static void test_sioRoutingInterfaceQuery(void)
closesocket(sock);
}
@ -85,14 +85,14 @@ index ac6ee10..b6da0e7 100644
static void test_synchronous_WSAIoctl(void)
{
HANDLE previous_port, io_port;
@@ -7101,6 +7168,7 @@ START_TEST( sock )
@@ -7570,6 +7637,7 @@ START_TEST( sock )
test_ConnectEx();
test_sioRoutingInterfaceQuery();
+ test_sioAddressListChange();
test_WSAAsyncGetServByPort();
test_WSAAsyncGetServByName();
test_WSALookupService();
--
1.7.9.5