Commit 170d647b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

advpack/tests: Use win_skip() to skip over unimplemented functionality.

parent e3b00de3
......@@ -83,7 +83,7 @@ static BOOL init_function_pointers(void)
if (!pCloseINFEngine || !pDelNode || !pGetVersionFromFile ||
!pOpenINFEngine || !pSetPerUserSecValues || !pTranslateInfString)
{
skip("Needed functions are not available\n");
win_skip("Needed functions are not available\n");
FreeLibrary(hAdvPack);
return FALSE;
}
......@@ -333,7 +333,7 @@ static void translateinfstringex_test(void)
hr = pOpenINFEngine(inf_file, NULL, 0, &hinf, NULL);
if (hr == E_UNEXPECTED)
{
skip("Skipping tests on win9x because of brokenness\n");
win_skip("Skipping tests on win9x because of brokenness\n");
return;
}
......
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