Re: shlwapi: Skip tests on IE < 6 (try 2)
9 Apr
2010
9 Apr
'10
4:55 a.m.
André Hentschel <nerv(a)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(a)winehq.org
5816
Age (days ago)
5816
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard