Re: [PATCH 1/2] user32/tests: Add tests for class small icons (try 3).
19 Sep
2012
19 Sep
'12
11:26 a.m.
Sergey Guralnik <serhio(a)etersoft.ru> writes:
+todo_wine + ok( hsmicon != NULL, "GetClassLong should return non-zero handle\n"); + for(i = 0; i < 100; i++) + if(hsmicon != (HICON)GetClassLongPtrW(hwnd, GCLP_HICONSM)) + { + ok(FALSE, "Always should return the same icon handle\n"); + break; + }
This doesn't make sense, it's not going to return the same thing 99 times and then suddenly something different. -- Alexandre Julliard julliard(a)winehq.org
4831
Age (days ago)
4831
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard