[PATCH v10 2/5] wmp: Add media completion notifications

Jacek Caban jacek at codeweavers.com
Tue Apr 10 10:37:09 CDT 2018


On 04/06/2018 09:22 PM, Anton Romanov wrote:
> static void test_wmp(void)
>  {
>      DWORD res = 0;
> @@ -339,9 +425,12 @@ START_TEST(media)
>  
>      main_thread_id = GetCurrentThreadId();
>      playing_event = CreateEventW(NULL, FALSE, FALSE, NULL);
> +    completed_event = CreateEventW(NULL, FALSE, FALSE, NULL);
>      test_wmp();
> +    test_completion_event();


Is there any reason not to add those tests to existing test_wmp()? It
seems that it already does play() right before the end of tests.


Thanks,

Jacek




More information about the wine-devel mailing list