projects
/
wine
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfcb94
)
mshtml/tests: Add a trailing '\n' to an ok() call.
author
Francois Gouget
<fgouget@free.fr>
Sun, 14 Sep 2008 00:12:13 +0000
(
02:12
+0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 15 Sep 2008 09:23:48 +0000
(11:23 +0200)
dlls/mshtml/tests/dom.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/tests/dom.c
b/dlls/mshtml/tests/dom.c
index
84c18e6
..
35cd291
100644
(file)
--- 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);