Re: [PATCH 01/10] user32/tests: Added DefRawInputProc tests (try 15)
9 Jul
2011
9 Jul
'11
9:53 a.m.
"Vincas Miliƫnas" <vincas.miliunas(a)gmail.com> writes:
+ ret = pDefRawInputProc(&input, 0, sizeof(RAWINPUTHEADER)); + ok(ret == S_OK, "Given (&input, 0, sizeof), " + "DefRawInputProc should acknowledge that no data was provided\n"); +}
That's not really testing anything. Also please avoid that sort of error message, describing the input is useless, it's just noise that is going to bitrot. A simple "DefRawInputProc returned %x" would be a lot more useful. -- Alexandre Julliard julliard(a)winehq.org
5275
Age (days ago)
5275
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard