Commit 16226c44 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

wininet/tests: Skip cookie attributes tests on IE < 8.0.

INTERNET_COOKIE_HTTPONLY was introduced in IE 8.0. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent d054357c
......@@ -565,7 +565,7 @@ static void test_cookie_attrs(void)
DWORD size, state;
BOOL ret;
if(!GetProcAddress(GetModuleHandleA("wininet.dll"), "InternetGetSecurityInfoByURLA")) {
if(!GetProcAddress(GetModuleHandleA("wininet.dll"), "DeleteWpadCacheForNetworks")) {
win_skip("Skipping cookie attributes tests. Too old IE.\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