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

Alexandre Julliard julliard at winehq.org
Wed Feb 11 09:25:32 CST 2009


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Feb 11 13:35:29 2009 +0100

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

---

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

diff --git a/dlls/twain_32/tests/dsm.c b/dlls/twain_32/tests/dsm.c
index f0e5b4b..4e3d7ce 100644
--- a/dlls/twain_32/tests/dsm.c
+++ b/dlls/twain_32/tests/dsm.c
@@ -180,7 +180,7 @@ static void test_onevalue_cap(TW_IDENTITY *appid, TW_IDENTITY *source, TW_UINT16
             "Error [rc %d|cc %d] doing MSG_QUERYSUPPORT for type 0x%x\n", rc, status.ConditionCode, captype);
     if (rc != TWRC_SUCCESS)
         return;
-    ok(get_onevalue(cap.hContainer, (TW_UINT32 *) &actual_support, NULL), "Returned cap.hContainer invalid for QuerySupport on type 0x%x", captype);
+    ok(get_onevalue(cap.hContainer, (TW_UINT32 *) &actual_support, NULL), "Returned cap.hContainer invalid for QuerySupport on type 0x%x\n", captype);
     ok((actual_support & minimum_support) == minimum_support,
             "Error:  minimum support 0x%x for type 0x%x, got 0x%x\n", minimum_support,
             captype, actual_support);




More information about the wine-cvs mailing list