Commit c3aa03d2 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent c6442818
......@@ -1292,7 +1292,7 @@ START_TEST(ntlm)
test_cred_multiple_use();
}
else
skip("Needed functions are not available\n");
win_skip("Needed functions are not available\n");
if(secdll)
FreeLibrary(secdll);
......
......@@ -173,7 +173,7 @@ static void testAcquireSecurityContext(void)
!pEnumerateSecurityPackagesA || !pFreeContextBuffer ||
!pFreeCredentialsHandle || !pCryptAcquireContextW)
{
skip("Needed functions are not available\n");
win_skip("Needed functions are not available\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