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

Alexandre Julliard julliard at winehq.org
Mon Sep 15 06:54:33 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Sep 14 02:12:13 2008 +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 84c18e6..35cd291 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -1063,7 +1063,7 @@ static void _elem_get_scroll_left(unsigned line, IUnknown *unk)
     HRESULT hres;
 
     hres = IHTMLElement2_get_scrollLeft(elem, NULL);
-    ok(hres == E_INVALIDARG, "expect E_INVALIDARG got 0x%08x", hres);
+    ok(hres == E_INVALIDARG, "expect E_INVALIDARG got 0x%08x\n", hres);
 
     hres = IHTMLElement2_get_scrollLeft(elem, &l);
     ok(hres == S_OK, "get_scrollTop failed: %08x\n", hres);




More information about the wine-cvs mailing list