Module: wine Branch: master Commit: ca64f7c75a95cb77a608a12839771bdb223aff43 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ca64f7c75a95cb77a608a12839...
Author: Francois Gouget fgouget@free.fr Date: Mon Jan 7 11:16:33 2008 +0100
msxml3/tests: Add the trailing '\n' to an ok() call.
---
dlls/msxml3/tests/domdoc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c index c4f8882..67897e3 100644 --- a/dlls/msxml3/tests/domdoc.c +++ b/dlls/msxml3/tests/domdoc.c @@ -1827,7 +1827,7 @@ static void test_xmlTypes(void) IXMLDOMNode *pNewChild = (IXMLDOMNode *)0x1; hr = IXMLDOMElement_appendChild(pElement, (IXMLDOMNode*)pAttrubute, &pNewChild); ok(hr == E_FAIL, "ret %08x\n", hr ); - ok(pNewChild == NULL, "pNewChild not NULL"); + ok(pNewChild == NULL, "pNewChild not NULL\n");
hr = IXMLDOMElement_get_attributes(pElement, &pAttribs); ok(hr == S_OK, "ret %08x\n", hr );