Re: [PATCH 2/2 v2] user32: Test error returned in out of timers case
24 Jan
2016
24 Jan
'16
5:48 p.m.
On 22.01.2016 16:10, Piotr Caban wrote:
+ if (i == sizeof(ids)/sizeof(ids[0])) + ok(0, "all timers were created successfully\n");
Why don't you use ok() directly to check the condition?
25 Jan
25 Jan
9:01 a.m.
New subject: [PATCH 2/2 v2] user32: Test error returned in out of timers case
On 01/24/16 18:48, Sebastian Lackner wrote:
On 22.01.2016 16:10, Piotr Caban wrote:
+ if (i == sizeof(ids)/sizeof(ids[0])) + ok(0, "all timers were created successfully\n");
Why don't you use ok() directly to check the condition? It was a leftover from some earlier tests. I've sent a new version of the patch.
Thanks, Piotr
3612
Age (days ago)
3613
Last active (days ago)
1 comments
2 participants
participants (2)
-
Piotr Caban -
Sebastian Lackner