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

Alexandre Julliard julliard at winehq.org
Tue Sep 25 15:13:38 CDT 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Sep 25 11:33:16 2012 +0200

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

---

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

diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
index c988ac6..d6fbd64 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -4823,7 +4823,7 @@ static void test_defaults(IHTMLDocument2 *doc)
     str = NULL;
     hres = IHTMLDocument2_get_charset(doc, &str);
     ok(hres == S_OK, "get_charset failed: %08x\n", hres);
-    ok(str && *str, "charset is empty"); /* FIXME: better tests */
+    ok(str && *str, "charset is empty\n"); /* FIXME: better tests */
     SysFreeString(str);
 
     test_window(doc);




More information about the wine-cvs mailing list