mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Move the TransmitFile test so that the entire series of compholio patches can be applied with git-am.
This commit is contained in:
parent
658fe4e3ae
commit
997c04f7f8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user