Implements IRegisteredTaskCollection get_Count and get_Item along with a test for both. When making the tests individually they were very similar so I merged them into one test function as per feedback.
--
v2: taskschd/regtask: Implements IRegisteredTaskCollection get_Count().
taskschd/regtask: Implements IRegisteredTaskCollection get_Item().
taskschd/tests: Adds a test for IRegisteredTaskCollection get_Item and get_Count.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8166
Implements IRegisteredTaskCollection get_Count and get_Item along with a test for both. When making the tests individually they were very similar so I merged them into one test function as per feedback.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8166
thanks for taking care of this
1) from pattern page Rémi pointed out, failures to get export also exist in Win8, so your patch title should be modified accordingly
2) testing for skip_nt on top of test_FreeConsoleStd(void) alongside pVerifyConsoleIoHandle should workaround the Win7 failures
the rest LGTM
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8162#note_104799