Commit 7d725954 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

msxml3/tests: Use win_skip() consistently.

parent f21fc727
......@@ -5592,7 +5592,7 @@ START_TEST(saxreader)
if(FAILED(hr))
{
skip("Failed to create SAXXMLReader instance\n");
win_skip("Failed to create SAXXMLReader instance\n");
CoUninitialize();
return;
}
......@@ -5642,7 +5642,7 @@ START_TEST(saxreader)
test_mxattr_dispex();
}
else
skip("SAXAttributes not supported\n");
win_skip("SAXAttributes not supported\n");
CoUninitialize();
}
......@@ -515,7 +515,7 @@ static BOOL test_try_xmldoc(void)
&IID_IXMLDocument, (LPVOID*)&doc);
if (FAILED(hr))
{
skip("Failed to create XMLDocument instance\n");
win_skip("Failed to create XMLDocument instance\n");
return FALSE;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment