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

oldstable
Francois Gouget 2008-05-06 15:55:25 +02:00 committed by Alexandre Julliard
parent 125dac3af8
commit 9787d68941
1 changed files with 1 additions and 1 deletions

View File

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