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

Alexandre Julliard julliard at winehq.org
Thu Jan 22 08:41:19 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Jan 21 20:01:10 2009 +0100

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

---

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

diff --git a/dlls/comctl32/tests/treeview.c b/dlls/comctl32/tests/treeview.c
index cb10be4..f93b485 100644
--- a/dlls/comctl32/tests/treeview.c
+++ b/dlls/comctl32/tests/treeview.c
@@ -289,7 +289,7 @@ static void TestCallback(void)
     tvi.pszText = buf;
     tvi.cchTextMax = sizeof(buf)/sizeof(buf[0]);
     ret = TreeView_GetItem(hTree, &tvi);
-    ok(ret == 1, "ret");
+    ok(ret == 1, "ret\n");
     ok(strcmp(tvi.pszText, TEST_CALLBACK_TEXT) == 0, "Callback item text mismatch %s vs %s\n",
         tvi.pszText, TEST_CALLBACK_TEXT);
 




More information about the wine-cvs mailing list