Re: [PATCH 01/10] user32/tests: Added DefRawInputProc tests (try 15)
July 9, 2011
4: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
5374
Age (days ago)
5374
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard