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