Francois Gouget : twain_32/tests: Add a trailing '\n' to ok() calls.

Alexandre Julliard julliard at winehq.org
Fri Jan 30 07:58:30 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jan 30 11:38:03 2009 +0100

twain_32/tests: Add a trailing '\n' to ok() calls.

---

 dlls/twain_32/tests/dsm.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/twain_32/tests/dsm.c b/dlls/twain_32/tests/dsm.c
index bf91ba2..278ea7c 100644
--- a/dlls/twain_32/tests/dsm.c
+++ b/dlls/twain_32/tests/dsm.c
@@ -247,12 +247,12 @@ START_TEST(dsm)
                         NULL, NULL, GetModuleHandleA(0), NULL);
 
     rc = pDSM_Entry(&appid, NULL, DG_CONTROL, DAT_PARENT, MSG_OPENDSM, (TW_MEMREF) &hwnd);
-    ok(rc == TWRC_SUCCESS, "MSG_OPENDSM returned %d", rc);
+    ok(rc == TWRC_SUCCESS, "MSG_OPENDSM returned %d\n", rc);
 
     test_sources(&appid);
 
     rc = pDSM_Entry(&appid, NULL, DG_CONTROL, DAT_PARENT, MSG_CLOSEDSM, (TW_MEMREF) &hwnd);
-    ok(rc == TWRC_SUCCESS, "MSG_CLOSEDSM returned %d", rc);
+    ok(rc == TWRC_SUCCESS, "MSG_CLOSEDSM returned %d\n", rc);
 
     DestroyWindow(hwnd);
     FreeLibrary(htwain);




More information about the wine-cvs mailing list