Module: wine Branch: master Commit: 9787d68941bf31c00fd4a980dd272a5686f76fd3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9787d68941bf31c00fd4a980dd...
Author: Francois Gouget fgouget@free.fr Date: Tue May 6 15:55:25 2008 +0200
msxml3/tests: Add a 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 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 );