ws2_32: Fix test output string to match the test.

Michael Stefaniuc mstefani at redhat.de
Mon May 5 15:45:05 CDT 2008


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

diff --git a/dlls/ws2_32/tests/sock.c b/dlls/ws2_32/tests/sock.c
index f511dd2..ce75811 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -1664,7 +1664,7 @@ static void test_extendedSocketOptions(void)
 
     ok(ret == 0, "getsockopt failed to query SO_MAX_MSG_SIZE, return value is 0x%08x\n", ret);
     ok((optval == 65507) || (optval == 65527),
-            "SO_MAX_MSG_SIZE reported %d, expected 65507 or 65507\n", optval);
+            "SO_MAX_MSG_SIZE reported %d, expected 65507 or 65527\n", optval);
 
     optlen = sizeof(LINGER);
     ret = getsockopt(sock, SOL_SOCKET, SO_LINGER, (char *)&linger_val, &optlen);
-- 
1.5.5
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080505/a103d0b9/attachment.pgp 


More information about the wine-patches mailing list