msxml3/tests: Add the trailing '\n' to an ok() call.

Francois Gouget fgouget at free.fr
Mon Jan 7 04:16:33 CST 2008


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



More information about the wine-patches mailing list