On Tue Apr 4 07:45:13 2023 +0000, Rémi Bernon wrote:
The fix seems to make sense, I don't think any test showed that collections are supposed to have an actual GUID, and it was set with `object_usage_to_guid` mostly because the other objects are. Regarding the test I think you can add an empty collection in `test_simple_joystick` instead, though you might have to adjust the expected descs accordingly.
Thank you, Rémi! Pushed v2 that extends `test_simple_joystick` instead of adding a new test function, and removes both unmatched `winetest_pop_context` calls in a third commit.
Splitting test&fix in this MR might be a bit silly as it's a bit more than just one "todo_wine" macro call… anyway. It works, as far as I can tell. :-)