secur32/tests: Use win_skip() to skip over unimplemented functionality.
This commit is contained in:
parent
c64428182d
commit
c3aa03d244
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue