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

Alexandre Julliard julliard at winehq.org
Mon Oct 20 08:00:23 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Oct 19 18:54:58 2008 +0200

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

---

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

diff --git a/dlls/riched20/tests/editor.c b/dlls/riched20/tests/editor.c
index e3482ec..5b721a2 100644
--- a/dlls/riched20/tests/editor.c
+++ b/dlls/riched20/tests/editor.c
@@ -5534,7 +5534,7 @@ static void test_word_wrap(void)
     pos = SendMessage(hwnd, EM_CHARFROMPOS, 0, (LPARAM) &point);
     ok(!pos, "pos=%d indicating word wrap when none is expected.\n", pos);
     lines = SendMessage(hwnd, EM_GETLINECOUNT, 0, 0);
-    ok(lines == 1, "Line wasn't expected to wrap (lines=%d).", lines);
+    ok(lines == 1, "Line wasn't expected to wrap (lines=%d).\n", lines);
 
     SetWindowLongW(hwnd, GWL_STYLE, dwCommonStyle);
     pos = SendMessage(hwnd, EM_CHARFROMPOS, 0, (LPARAM) &point);




More information about the wine-cvs mailing list