wininet/tests: Skip cookie attributes tests on IE < 8.0.
INTERNET_COOKIE_HTTPONLY was introduced in IE 8.0. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d054357cbf
commit
16226c44da
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue