[Bug 12083] ok() test doesn't support nested calls

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Mar 17 21:54:47 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12083





--- Comment #1 from Dmitry Timoshkov <dmitry at codeweavers.com>  2008-03-17 21:54:47 ---
ok(FinishNotificationThread(thread), "Missed notification\n");

should be replaced with

ret = FinishNotificationThread(thread);
ok(ret, "Missed notification\n");

Please send a patch.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list