Re: [PATCH wayland] resource-test: Use wl_seat instead of wl_display for testing

2016-02-16 Thread Bryce Harrington
On Thu, Jan 14, 2016 at 08:38:41PM +, Daniel Stone wrote: > On 14 January 2016 at 20:32, Derek Foreman wrote: > > We're creating resources with versions up to 4. wl_display isn't version 4, > > so this is technically verifying that we can do something we shouldn't. > > > > wl_seat already has

Re: [PATCH wayland] resource-test: Use wl_seat instead of wl_display for testing

2016-02-12 Thread Marek Chalupa
Hi, added reviewed-by to the whole series in some previous e-mail, so just adding it here again, so that it can be seen in the patchwork Reviewed-by: Marek Chalupa Cheers, Marek On 01/14/16 21:32, Derek Foreman wrote: We're creating resources with versions up to 4. wl_display isn't versio

Re: [PATCH wayland] resource-test: Use wl_seat instead of wl_display for testing

2016-01-14 Thread Daniel Stone
On 14 January 2016 at 20:32, Derek Foreman wrote: > We're creating resources with versions up to 4. wl_display isn't version 4, > so this is technically verifying that we can do something we shouldn't. > > wl_seat already has versions this high, so switch to that. > > Signed-off-by: Derek Foreman

[PATCH wayland] resource-test: Use wl_seat instead of wl_display for testing

2016-01-14 Thread Derek Foreman
We're creating resources with versions up to 4. wl_display isn't version 4, so this is technically verifying that we can do something we shouldn't. wl_seat already has versions this high, so switch to that. Signed-off-by: Derek Foreman --- tests/resources-test.c | 10 +- 1 file changed