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

Francois Gouget fgouget at free.fr
Tue May 6 08:55:25 CDT 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 d30dfc5..bd45a77 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -3277,7 +3277,7 @@ static void test_Namespaces(void)
 
     hr = IXMLDOMDocument2_loadXML(doc, _bstr_(szNamespacesXML), &bSucc);
     ok(hr == S_OK, "ret %08x\n", hr );
-    ok(bSucc == VARIANT_TRUE, "Expected VARIANT_TRUE got VARIANT_FALSE");
+    ok(bSucc == VARIANT_TRUE, "Expected VARIANT_TRUE got VARIANT_FALSE\n");
 
     hr = IXMLDOMDocument_selectSingleNode(doc, _bstr_("root"), &pNode );
     ok(hr == S_OK, "ret %08x\n", hr );
-- 
1.5.5




More information about the wine-patches mailing list