Francois Gouget : ws2_32/tests: Add a trailing '\n' to an ok() call.

Alexandre Julliard julliard at winehq.org
Tue Aug 24 11:09:25 CDT 2010


Module: wine
Branch: master
Commit: d8cb2a0c381bc3a5e0c2f4d4e08e6a74552766ae
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d8cb2a0c381bc3a5e0c2f4d4e08e6a74552766ae

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 24 10:01:36 2010 +0200

ws2_32/tests: Add a trailing '\n' to an ok() call.

---

 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 dba26e9..e61d550 100644
--- a/dlls/ws2_32/tests/sock.c
+++ b/dlls/ws2_32/tests/sock.c
@@ -3665,7 +3665,7 @@ static void test_ConnectEx(void)
     buffer[4] = 0;
     ok(bytesReturned == 3, "Didn't get all sent data, got only %d\n", bytesReturned);
     ok(buffer[0] == '1' && buffer[1] == '2' && buffer[2] == '3',
-       "Failed to get the right data, expected '123', got '%s'", buffer);
+       "Failed to get the right data, expected '123', got '%s'\n", buffer);
 
     closesocket(connector);
     connector = socket(AF_INET, SOCK_STREAM, 0);




More information about the wine-cvs mailing list