Move the TransmitFile test so that the entire series of compholio patches can be applied with git-am.

This commit is contained in:
Erich E. Hoover 2014-01-17 12:41:40 -07:00
parent 658fe4e3ae
commit 997c04f7f8

View File

@ -1,6 +1,6 @@
From 216a9bcfa322c6c7fe73bcb937d864c44ed7e021 Mon Sep 17 00:00:00 2001
From 4ee238e8c4b76aba464025ba0d0d9c2f297c7300 Mon Sep 17 00:00:00 2001
From: "Erich E. Hoover" <erich.e.hoover@gmail.com>
Date: Thu, 16 Jan 2014 17:53:31 -0700
Date: Fri, 17 Jan 2014 12:35:57 -0700
Subject: ws2_32: Check for invalid parameters in TransmitFile.
---
@ -42,7 +42,7 @@ index c7f17c7..ae23dd6 100644
return FALSE;
}
diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index 0abf732..30c8bc1 100644
index 0abf732..9b01dd5 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -6334,6 +6334,108 @@ end:
@ -154,14 +154,14 @@ index 0abf732..30c8bc1 100644
static void test_getpeername(void)
{
SOCKET sock;
@@ -7568,6 +7670,7 @@ START_TEST( sock )
@@ -7564,6 +7666,7 @@ START_TEST( sock )
test_events(1);
test_ipv6only();
+ test_TransmitFile();
test_GetAddrInfoW();
test_getaddrinfo();
test_AcceptEx();
test_ConnectEx();
+ test_TransmitFile();
test_sioRoutingInterfaceQuery();
--
1.7.9.5