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

This commit is contained in:
Francois Gouget 2009-02-23 10:41:30 +01:00 committed by Alexandre Julliard
parent c64428182d
commit c3aa03d244
2 changed files with 2 additions and 2 deletions

View File

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

View File

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