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

Francois Gouget fgouget at free.fr
Tue Sep 25 04:33:16 CDT 2012


---
 dlls/mshtml/tests/dom.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
1.7.10.4



More information about the wine-patches mailing list