From 9787d68941bf31c00fd4a980dd272a5686f76fd3 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 6 May 2008 15:55:25 +0200 Subject: [PATCH] msxml3/tests: Add a trailing '\n' to an ok() call. --- dlls/msxml3/tests/domdoc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c index d30dfc5c2c1..bd45a77d72e 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 ); -- 2.11.4.GIT