shlwapi: Skip tests on IE < 6 (try 2)

Alexandre Julliard julliard at winehq.org
Fri Apr 9 04:55:09 CDT 2010


André Hentschel <nerv at dawncrow.de> writes:

> @@ -617,6 +617,12 @@ static void test_UrlGetPart(void)
>    dwSize = sizeof szPart;
>    szPart[0]='x'; szPart[1]=0;
>    res = pUrlGetPartA("hi", szPart, &dwSize, URL_PART_SCHEME, 0);
> +
> +  if (res) {
> +    win_skip("probably too old IE\n");
> +    return;
> +  }

There's no reason to skip the whole thing.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list